I implemented a Lawson Security Reporting that is viewable via Web browser. With a simple XSL transformation, HTML and JavaScripting I created a web site that will render the RM informations to a web browser. I was able to report the ff informations:
Roles, Security Classes, Rules, Roles attached to a user, all security policies for a user, all users that has access to specific form and the type of access, date stamp and userid when a security class was last modified.
See attachment for screen shots. I wanted to share this information to the group and how I created this report.
The report relies on the lsdump output XML file, I used the XML file and transform it to HTML using XSL stylesheets, if the lsdump scrpt is change on future lawson release, then you may or may not need to change your XSL documents, depends on the changes to the XML output file.
I scheduled the lsdump script to run every night in recdef, that will refresh my XML file, after the dump, I have another script to split the XML file into two parts for performance reason. Once the XML files are out, I use that to render the data in the web browser.
Arvin Ojales Sr. Systems Analyst/Programmer Park Nicollet Health Services
THIS IS AWESOME!! Would you be willing to share the code written for this utility? Can you share any of the complexity in getting set up?
Thank you kindly,
Kevin
I apologize, I thought I can share this code, but due to company policy I cannot send the code to those interested.