Role based UI security in VBCS
Summary
Role based UI security in VBCSContent
1. I created mfgrole in the application settings and assigned my user to it.
2. In the page, I implemented below oj-bind-if to see it working. As per the expectation, condition is true ( as user exits in the role)..
it should not display below message...... THis is NOT working - [[!$application.user.roles.mfgrole]]
<oj-bind-if test="[[!$application.user.roles.mfgrole]]">
<oj-highlight-text text=" You do not have access the application, contact your system administrator"
match-text="Highlight" style="font-weight: bold;font-size:3rem;"></oj-highlight-text>
</oj-bind-if>
3. I implemented based on the note - https://blogs.oracle.com/vbcs/data-security-and-role-based-ui-in-vbcs-applications
Tagged:
0