To hide Tab from End Users

To hide Tab from End User do the following steps


Click on the tab which needs to be hidden from end users
Click on edit and scroll down
Click on show component
Click on Expression Builder

Remove true and paste below EL(Expression Language)
#{oimcontext.currentUser.roles['SYSTEM ADMINISTRATORS'] != null}
Click on Test

After successful test click on ok
Click on apply and OK
Close customization window
Publish sandbox

The tab will be only visible to Administrators.

No comments:

Post a Comment

Basic Perfomance Tuning For stuck threads and response times

Documentation for performance tuning: https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/asper/redundant-cross-references-remo...