HRHISTORY USER_ID

 3 Replies
 0 Subscribed to this topic
 68 Subscribed to this forum
Sort:
Author
Messages
KHUMPHREYS
New Member Send Private Message
Posts: 0
New Member
Hi,

How can the user_id (ie NT0000013) be translated to the login username?

We'd like to be able to identify who made a change.

Thanks!
John Henley
Send Private Message
Posts: 3351
Assuming your on Windows Environment 7x/8x, it is the Lawson-assigned equivalent (e.g., NT00000002) for their NT login. You can determine the user’s Lawson username by using the listusermap utility in the Lawson Environment.
Thanks for using the LawsonGuru.com forums!
John
KHUMPHREYS
New Member Send Private Message
Posts: 0
New Member
We're trying to identify users as part of a sql query, is there a table that can be queried?

John Henley
Send Private Message
Posts: 3351
Unfortunately not.
In Env 7/8, it's stored in the NT registry.
In LSF9, it's stored in the LDAP repository.
The easiest thing to do is to create a (perhaps daily) script that puts 'listusermap' output into a table, and they query off of it...
Thanks for using the LawsonGuru.com forums!
John