Personalization to hide Complete and Create Another field in Receivables for Invoice & Credit Memo
Summary:
We have created a custom role in Oracle Receivables to hide the "Completed and Create Another", "Complete and Review" and "Complete and Close" button in UI for users to whom a particular custom role is assigned using the below expression builder logic for Visible :
#{!securityContext.userInRole['Enter_Custom_Role_Code_Here']}
It is working as per expectation. Additionally, there is a requirement to add another logic to the expression builder that the Complete and Review button should be visible only when Transaction Class is "Debit Memo" and the user has this custom role. Currently the Complete and Review Button is not visible for any transaction type - Invoice, Credit memo and Debit Memo.
Tagged:
0