I wanna call SalesLogix Client form C# application and automatically log in to it using user name and password. I have connection string with user name and password, but I can't pass this string to SlxApplicationClass object. Here is the code which I used:
SalesLogix.SlxApplicationClass MySlx; MySlx = new SalesLogix.SlxApplicationClass();
|