1) Login to Identity console and create a sandbox
2) Press Home button then click on customize
3) Click on Structure, blank space, select the gridcell of the tile you want to hide and click on edit button
4) Click on show component's drop down arrow and click on expressions
5) Below is the old condition
6) Replace with below condition
#{oimcontext.currentUser.roles['SYSTEM ADMINISTRATORS'] != null}
7) Click on ok button
6) Select the sandbox which is used for this customization and click on Publish button
7) Click on Yes button
Testing
8) Login with End user
9) End user wont be able to see Provisioning Tasks and Pending Approvals Tiles, Since we hide those tiles. Only Administrator can see that.
Thanks,
Arihant
2) Press Home button then click on customize
4) Click on show component's drop down arrow and click on expressions
6) Replace with below condition
#{oimcontext.currentUser.roles['SYSTEM ADMINISTRATORS'] != null}
6) Select the sandbox which is used for this customization and click on Publish button
7) Click on Yes button
8) Login with End user
Thanks,
Arihant