security

davmac1davmac1 Member Posts: 1,283
I am trying to implement secuirty where I bar all a but a few users from viewing GL entries, but still let them post.
After adding permissions to all the codeunits, I am still stuck with a number of reports that use validates and cacfields.
The permision property on the table appears to be useless.
Is there a solution other than fixing all the code in reports to use codeunits?

Comments

  • vaprogvaprog Member Posts: 1,139
    I am not sure of how you went about doing this, and where and how moving code into codeunits would help you. In general, to grant limited access to table data grant indirect access in a role's permissions and use the permission property of the object by which access should be granted, i.e. use the permission property of the report, not the permission property of the table.
  • davmac1davmac1 Member Posts: 1,283
    Thanks - I could not find any doc on how exactly this worked. This solved the problem for me. Thanks again.
Sign In or Register to comment.