Lawson Security
I am trying to secured gl90. The person can get to many gl companies. But when drilling on the gl90 they should not see put certain process level payments.
We only have one HR company. For example employee can get to everything on the financial size for company 1,2,3 but will drilling they should only see company 1 with certain process level info. So in the file security class for the hr,pr, files I wrote a conditional statement:
SystemCode=='HR'||'PR'||'BN'||'PA'&&PROCESS_LEVEL=='24514'||'24591'||'24513'||'24512'||'24522'||'24523'||'21562'||'21575'||'21566'||'21565'||'21576'
all access else no access.
But they can get to all.
What am I missing.