6/17/2025 6:28:49 AM
|
|
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!
Forum to discuss general administration topics for SalesLogix (including LAN & remote topics). View the code of conduct for posting guidelines.
|
|
|
|
GLOBAL VARAIBLE FOR PASSWORD INTEGRATION?
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..
|
|
|
|
Re: GLOBAL VARAIBLE FOR PASSWORD INTEGRATION?
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 |
|
|
|
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!
|
|
|
|
|
|
|
|