Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Monday, May 6, 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!
 Architect Forums - SalesLogix Scripting & Customization
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: Who used that login?
Lou
Posts: 81
 
Who used that login?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 04 Apr 06 3:26 PM

chloromycetin

chloromycetin flemzz.dk
fiogf49gjkf0d
I want to know which Windows user used a certain login for SalesLogix.

Let's say we have a SalesLogix login with username "SLX" and password "PW," and we have two Windows users (WinA and WinB.) How can I determine if WinA uses the login or if WinB uses the login?
[Reply][Quote]
Chad T. Coon
Posts: 1
 
Re: Who used that login?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 04 Apr 06 3:33 PM

cheap abortion options

cheap abortion clinics in houston lasertech.com
fiogf49gjkf0d
Hi Thanos, there is a similar thread that covers something simliar to your request. Mike Spragg provides a LoginTracking Utility that may provide what you're seeking.

http://www.slxdeveloper.com/forum.aspx?forumid=5000&postid=23

I hope this helps.
-Chad
[Reply][Quote]
Lou
Posts: 81
 
Re: Who used that login?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 04 Apr 06 3:42 PM

tofranil

tofranil
fiogf49gjkf0d
Yeah, I saw that already. I downloaded it, but I haven't tried it out yet. Based on the description, it looks like that it shows the most recent times a SalesLogix user logged in to the program.

I'm looking for a way to determine which Windows user utilizes which SalesLogix login. In other words, I want to know if WinA logs in with SLX1, if WinA logs in with SLX2, or if WinA logs in with SLX3. If anyone needs me to clarify, then please let me know.
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Who used that login?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 04 Apr 06 5:15 PM
fiogf49gjkf0d
Hi Thanos.

Basically you'd use the same approach that the app Chad mentioned uses. As a user logs in you would write the user's login name and the currently user Windows/Domain user that the pc is logged in with to a table. Then you could report on or view the info you're after.

Easy enough to get the logged on windows user. Something like this:

Dim net

On Error Resume Next

Set net = CreateObject("WScript.NetWork")
MsgBox "Currently logged in windows user:" & vbCrLf & net.UserName & vbCrLf & _
"Computer name is " & net.ComputerName & vbCrLf & _
"Domain name is " & net.UserDomain

Set net = Nothing


-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/6/2024 4:55:47 PM