View only security

Sort:
You are not authorized to post a reply.
Author
Messages
U Vas
New Member
Posts: 1
New Member
    We have implemented Lawson HR/Payroll/TA and are using LS9 security. What is the easiest way to implement view only access to all the screens for audit purposes. I am trying to figure out a quick way to do this without have to create a security class for all the screens.

    Thanks,
    Usha
    Jimmy Chiu
    Veteran Member
    Posts: 641
    Veteran Member
      Not the ideal way, the lazy way to do this would be:

      Create an inquiry only access DataAreaAccess class and assign this to the auditor's role. So the user will run into security violation when the user attempts to write/change/delete etc.
      Rod
      Basic Member
      Posts: 10
      Basic Member
        Hi,

        I have been trying to create a security class in LS9 Security to grant view only access to all screens as well.
        When I try and add the Data Source to the class it doesn't give me the option to grant it an Unconditional Access (Inquiry), only to Grant All, Deny All or Conditional rule which still only lets me grant all or no access.
        Is there another way to add a Data Source as a rule to a class with the Inquiry only access?


        Thanks,
        Rod
        Jimmy Chiu
        Veteran Member
        Posts: 641
        Veteran Member
          I thought I could specify I only access for datasource. I was wrong.

          1. lsdump -f secclass1.dmp SECCLASS SourceProfileID secclass1 (seclass1 is the secclass you want to copy)
          2. lsload SECCLASS secclass1.dmp -s
          3. Specify a new secclass name during step 2.
          4. change all the FILES in the new secclass to I only acces.
          5. Assign the new secclass to a new role and then to user.
          You are not authorized to post a reply.