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!
|
|
Createdate of a SalesLogix user
Posted: 05 Apr 07 9:49 AM
|
fiogf49gjkf0d Hi folks,
Is there anyway of finding out when a SalesLogix user was setup/created? I've tried the obvious tables and it doesn't look like there is a way but I thought I'd try you guys anyway! All help appreciated.
Cheers Kev |
|
|
|
Re: Createdate of a SalesLogix user
Posted: 05 Apr 07 1:36 PM
|
fiogf49gjkf0d If you are very lucky, and the user is a remote user, you could do Select Min(CreateDate) From SyncFileTracking Where TargetSite = 'INSERT USERS SITE CODE HERE'. Otherwise, I do not believe there is a createdate on any of the tables associated with a user. Good luck. |
|
|
|
Re: Createdate of a SalesLogix user
Posted: 06 Apr 07 6:35 AM
|
fiogf49gjkf0d Once you get on V7.. yes.. there are CreateDate/CreateUser/Modifydate/Modifyuser on every table... Unfortunately it will not help unless the users were created in v7. -- rjl |
|
|
| |
|