Disable Reverse action in Manage Receipts for users with custom roles
Content
Hi,
We are trying to disable the Reverse action in the Manage Receipts screen in AR through page customization.
We need to disable this only for users who are assigned a specific custom role
I tried using the below EL in the Edit Page through sandbox but the "Reverse" Action is getting disabled even for users who do not have the custom role
#{securityContext.userInRole['AR_ACCOUNTS_RECEIVABLE_SPECIALIST_JOB_CUSTO1']}
Custom role code - AR_ACCOUNTS_RECEIVABLE_SPECIALIST_JOB_CUSTO1
How do we achieve this?
Version
21BCode Snippet
#{securityContext.userInRole['AR_ACCOUNTS_RECEIVABLE_SPECIALIST_JOB_CUSTO1']}
Tagged:
0