Report for security access

Sort:
You are not authorized to post a reply.
Author
Messages
Bill4
New Member
Posts: 1
New Member
    I'm trying to develop a report that will show me all of the users that have access to forms PO20 and PO30 (version 8.0.3). I was wondering if any of the information is written to a table that could be accessed by Crystal or MS Access. If not, what other methods may be available for creating this type of report that will need to be accessed by non technical people?
    John Henley
    Senior Member
    Posts: 3348
    Senior Member

      Bill, you have just a few options available.

      You could probably run the tknsecrpt output thru some sort of script or something to remove the parts that your folks don't want to see. I know some clients who use Monarch to do that.

      As for straight queries, you can query against the GEN tables using DME, etc. Once you get to LSF9, this data is stored in a database, so you can use SQL against them.

      Remember that since LAUA security is "subtractive", you can't just query against a table to find out what a user has access to--you really need to query against TWO tables, one to get the entire population of forms, and then the second to figure out what the user doesn't have access to. If you want to see a sample of what I did, see https://www.danalytics.co.../archive/2006-08.htm


      Some other posts have touched on this topic as well:

      https://www.lawsonguru.com/Forums/tabid/96/view/topic/forumid/8/postid/1966/Default.aspx
      https://www.lawsonguru.com/Forums/tabid/96/view/topic/forumid/8/postid/130/Default.aspx
      https://www.lawsonguru.co...tid/747/Default.aspx

      Thanks for using the LawsonGuru.com forums!
      John
      You are not authorized to post a reply.