Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Monday, May 20, 2024 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Client (Pre-7.2)
Forum to discuss using & developing the legacy SalesLogix Web Client (For versions 7.0 and earlier). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Client (Pre-7.2) | New ThreadView:  Search:  
 Author  Thread: Web Customer Portal Automated Login
Daryl Probetts
Posts: 45
 
Web Customer Portal Automated LoginYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 03 Jan 08 4:35 PM
I have a customer who already has a customer portal and wants to provide web ticket functionality but does not want the user to have to log in again. Is it possible to automate the login to the SLX Web Customer Portal by passing login and password as part of the url string?

Daryl Probetts
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Web Customer Portal Automated LoginYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 03 Jan 08 4:54 PM
When you move to 7.2, I've documented how to do that here: http://saleslogixblog.com/rfarley/archive/2007/12/14/38681.aspx

As for pre-7.2, you can do it, but it does take some "trickery" and doesn't work quite as seamless as it does in 7.2. Here's a sample I created a long time ago to log into the full SLX client from another non-slx page. Maybe it can get you going in the right direction? The key here is to send a POST to the login method of the slxweb.dll and provide the login details in the form. Copy the following HTML into a new file and change the "[server]:[port]" to match your SLX web server then give it a try.

<html>
<head>
<title>SalesLogix Login</title>
<script language="Javascript" src="http://[server]:[port]/slxweb/jscript/default.js"></script>
</head>

<body>
<form name="mainform" language="JScript" onsubmit="GetTimeZoneInfo();" method="post"
action="http://[server]:[port]/scripts/slxweb.dll/login">

<input type="hidden" name="nextpage" value="mainpage">
<input type="hidden" name="tz_info">

User:<br><input type="text" name="user"><br>
Password:<br><input type="password" name="password"><br>
<br>
<input type="submit" name="submit" value="Log in to SalesLogix">

</form>
</body>
</html>


Anyway, not exactly your solution, but maybe it will get you in the right direction.

-Ryan
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 5/20/2024 12:04:35 AM