11-10-2014 12:37 AM
Does anybody know what the command line arguments for Saleslogix 8.0 is? We're trying to set up shortcuts to differentiate between the Live and Development/QA servers.
I found an older post that suggests its /b ConnectionName /n user, etc. I got the user part to work, but the /b doesn't seem to have any affect, it always displays the last connection used.
Thanks
Robert
Solved! Go to Solution.
11-10-2014 12:46 AM
11-10-2014 12:52 AM
Thanks for the info. I don't suppose there's another way of doing it? We've got users that want to know as little about logging in as possible. So we have Windows authentication and just want to be able to switch the connection via a shortcut or something.
11-10-2014 12:54 AM
11-10-2014 12:59 AM
Ah well, thanks!
11-10-2014 01:06 AM
Guys,
The below works for me and logs in fine, have not tested with Windows Auth but don't see why it would not work.
"C:\Program Files (x86)\SalesLogix\Saleslogix.exe" /b datalink alias /n admin /p (currently none set)
Regards
Craig
11-10-2014 01:08 AM
11-10-2014 01:22 AM
Thanks! That totally worked! I didn't think to try with the username and password, I was trying only with the /b flag.
11-10-2014 01:25 AM
Hi Robert,
Glad it helped, you have to provide all parameters even if there is for example no password, you still need to include /P
Regards
Craig
11-12-2014 01:44 AM
Hi Mike,
Absolutely right, you have to pass in all the switches for it to work and as you say good to know it still does.
Regards
Craig