User Reports

 3 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
Jay2
Veteran Member Send Private Message
Posts: 84
Veteran Member
I need to run a user report to show the data from the third tab: Lawson Environment Information.  Is there a way to do this through Lawson?
Rick Neal
New Member Send Private Message
Posts: 1
New Member
I am wondering the same thing - Jay did you ever find how to do this?
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
All of the 'Environment' information is stored in GEN tables, you can query them if you'd like. ie rngdbdump -ct gen usergrpdtl | grep login-id would return you the User Group information.
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
Sorry, most of this info is stored in the USERINFO file. rngdbdump -ct gen userinfo And you can whittle it down from there to just specifics.