We have multiple companies set up in Lawson and some finance users need access only to their company's information. The user's company number was added to the user in LSA User Management. A new security class was created, along with a new role named CompanyLimit. A rule was added to the role by Securable type of Element Groups on PROCLEVEL: if(user.attributeContains('Company|Control',trim(COMPANY)))
'ALL_ACCESS,'
else
'NO_ACCESS,'
The rule works fine in GL, but AP pulls nothing. The user should be able to see AP inquiries for their company on AP90. What am I missing? Thanks