i have created new class and written a conditional rule on all three securable types (form,program,table) like give full access if the user is part of the group and it still giving me a security violation error... and i am able to access if i add system code to the class... example: i am able to access HR11.1 if i add HR system code to the class. is it possible to write a rule without adding system codes??? is there a another way to write a rule to give access if the user is part of the group??
if(user.isMemberOf('GRPDeveloper'))
'ALL_ACCESS,'
else
'NO_ACCESS,'