Sage SalesLogix
  • Contact Us
  • Sage North America
800-643-6400
Welcome Twitter Facebook LinkedIn
Community Home Blogs Share Ideas Search Request Access Resources
Reply
Gold Super Contributor
RJLedger
Posts: 2,234
Registered: 03-19-2009
Accepted Solution

Mobile Web 1.2 enhancements are really great!

[ Edited ]

We have 1.2 up and running on our production environment (w/customization) and it's great! The calendar improvements really make things easier. Total upgrade time from 1.1 to 1.2 - less than 5 minutes (well I was having a cup of coffee at the time ;-)

 

Just made a post to the SalesLogix Mobile Web group on LinkedIn as well as a post to our blog on it.

--
RJ Ledger - rjledger@rjlSystems.net

".. Stay Focused..."
http://www.rjlSystems.net - blog: www.rjlSystems.net/blog.html
Please use plain text.
Bronze Elite Contributor
RJSamp
Posts: 481
Registered: 03-24-2009

Re: Mobile Web 1.2 enhancements are really great!

Download link still not posted where it counts: http://support.saleslogix.com/home/default.php3

 

Nor is the new SLX Mobile Phone 6.....

RJ Samp
Please use plain text.
New Member
ClaudeBrulotte
Posts: 8
Registered: 07-22-2011

Re: Mobile Web 1.2 enhancements are really great!

Hi RJ,

I just installed it and it does work great....

Do you have any Idea how to use the French localization  ?

I see a localization foler under SlxMobile, but I am not sure how to start the application in french. Any thoughts would be appreciated.

 

Thanks.

 

Claude.

Please use plain text.
Gold Super Contributor
RJLedger
Posts: 2,234
Registered: 03-19-2009

Re: Mobile Web 1.2 enhancements are really great!

It should automatially detect the browser settings... otherwise you don't have to do anything.... for any of the suported languages.

--
RJ Ledger - rjledger@rjlSystems.net

".. Stay Focused..."
http://www.rjlSystems.net - blog: www.rjlSystems.net/blog.html
Please use plain text.
New Member
ClaudeBrulotte
Posts: 8
Registered: 07-22-2011

Re: Mobile Web 1.2 enhancements are really great!

Thanks RJ for the quick response.

 

In Firefox, I have set the language to FR and my SlxClient is in french, but the SlxMobile is still showing in english.

I changed the default language to FR on my iPad too, and still showing SlxMobile 1.2 in english only.

 

 

 

Please use plain text.
Gold Super Contributor
RJLedger
Posts: 2,234
Registered: 03-19-2009

Re: Mobile Web 1.2 enhancements are really great!

Did you "flush" everything?.. Settings->Clear Storage? In the MW app?

--
RJ Ledger - rjledger@rjlSystems.net

".. Stay Focused..."
http://www.rjlSystems.net - blog: www.rjlSystems.net/blog.html
Please use plain text.
New Member
ClaudeBrulotte
Posts: 8
Registered: 07-22-2011

Re: Mobile Web 1.2 enhancements are really great!

Yes I did clear the storage.

 

I just found a second bundle on the SLX FTP site in "/slx62/SLX_Localized/Mobile/SLX_Mobile v1.2.zip", 

but it's the same size an date as the one in  /slx62/SalesLogix Mobile/Mobile v1.2. 

I`ll try to install it anyway. If I can`t make it work, I`ll call SLX Support next week. I have a french only client to install in January.

 

Thanks again.

Please use plain text.
Employee
tskidmore
Posts: 80
Registered: 07-11-2011

Re: Mobile Web 1.2 enhancements are really great!

[ Edited ]

For browser locale detection make sure you are pointing to the .aspx page. The .html page is static with either a) no localization (v1.2) or b) with english added (dojo) - this goes for all index's - index-dev.html, index.html, index-nocache.html:

 

v1.2

(add below Configuration script include)

<!-- Localization -->

<script type="text/javascript" src="localization/en.js"></script>

 

Dojo

require([application].concat(configuration), function(application, configuration) {
    var localization = [
        'localization/en',
        'localization/saleslogix/en'
];

 

You can change those to point to fr, de, etc if you want to force it (say, for testing purposes in browsers that don't have locale switchers).

Please use plain text.
New Member
ClaudeBrulotte
Posts: 8
Registered: 07-22-2011

Re: Mobile Web 1.2 enhancements are really great!

Great ! it worked pointing to index.aspx page. Thanks a lot !
Please use plain text.
Copper Elite Contributor
cmorton
Posts: 39
Registered: 02-16-2009

Re: Mobile Web 1.2 enhancements are really great!

Does anyone know where I can download this?

Chad Morton
Please use plain text.