we are converting security from laua to LS.. trying to figure out what is the best way to provide access to tables instead of adding all the tables related to each and every program to the class.. any ideas or suggestions??
example: we have created class with AM20.1, AM23.1 and PO64.1.. and added the tables related three programs which comes around 100.
i feel like it's take forever if we approach this way... so i have avoided by adding below conditional rule.. but that is giving access to all the tables and full access to tables... is there any better approach??
if(SystemCode==('AM')||SystemCode==('PO'))
'ALL_ACCESS,'
else
'NO_ACCESS,'