Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Tuesday, June 17, 2025 
 
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!
 Administration Forums - General Administration
Forum to discuss general administration topics for SalesLogix (including LAN & remote topics). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to General Administration | New ThreadView:  Search:  
 Author  Thread: GLOBAL VARAIBLE FOR PASSWORD INTEGRATION?
Rick Bosco
Posts: 1
 
GLOBAL VARAIBLE FOR PASSWORD INTEGRATION?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 24 May 06 10:49 AM

buy naltrexone online cheap

naltrexone buy online
fiogf49gjkf0d
I am looking to capture the amount of times that a user logs into the database over a period of time. The trick is that I need to know who they are logged into windows as. We are using windows passsword integration and need to track what username is being passed to the sales client for authentication. Does anyone know if a global variabler exists for this value once a session is initialized in SLX?

We have users that sign on to windows as one user and into SLX as another so determing the user info being passed in is key....

Any suggestions appreciated..
[Reply][Quote]
Bob (RJ)Ledger
Posts: 1103
Top 10 forum poster: 1103 posts
 
Re: GLOBAL VARAIBLE FOR PASSWORD INTEGRATION?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 04 Jul 06 8:48 AM
fiogf49gjkf0d
IF you are on v6.2.x then use a Global Script (event handler):

Sub Application_LogonComplete
Dim oWshNetwork
Dim GetNTUser

Application.Debug.WriteLine "Application_LogonComplete >>"
Set oWshNetwork = CreateObject("WScript.Network")
GetNTUser = oWshNetwork.UserName
Application.Debug.WriteLine "WindowsLogin: " & GetNTUser
Set oWshNetwork = Nothing
Application.Debug.WriteLine "Application_LogonComplete <<"
End Sub
[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 © 2025 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): 6/17/2025 6:42:59 AM