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