We have divisional users of our Lawson HR/Payroll system that have access to only their own divisional employees. This is controlled via security rules on the files and on the forms. The issue we have been running into is that, when these users hit the 'Next' or 'Previous' button on most of the screens, they get a 'Security Violation' error if the next or previous employee is not an employee from their division. Is anyone aware of any ways to prevent the Security Violation error?
Here's an example of one of our file security rules:
if(user.attributeContains('ProcessLevelControl',trim(getDBField('EMPLOYEE','PROCESS-LEVEL',table.COMPANY,table.EMPLOYEE))))
'ALL_ACCESS'
else
'NO_ACCESS'
Thanks,
Mike Fameree
mfameree@gbp.com