Hide Icons for Partners
As an administrator, you can manage funds, fund allocation, and claims. You can enable or disable the partners from accessing fund allocations and claims by hiding the MDF icons on the springboard.
To hide the MDF icon on the springboard for partners:
-
Ensure that you're in an active sandbox.
-
Select Structure from Tools.
-
Select MDF on the Navigation Configuration page.
-
Complete the following steps on the Edit Page Entry page:
-
Select EL Expression from the Navigator drop-down list.
-
Click Edit to provide the EL Expression.
-
On the Expression Editor, provide the following:
#{!(securityContext.userInRole['<Enter role code of partner administrator custom here>,<Enter role code of partner sales manager custom here>'])}
Note:You must provide the role code for the partner administrator custom role and the partner sales manager custom role in the expression.
-
Click Validate OK.
-
Select EL Expression from the Springboard drop-down list.
-
Click Edit to provide the EL Expression.
-
On the Expression Editor, provide the following:
#{!(securityContext.userInRole['<Enter role code of partner administrator custom here>,<Enter role code of partner sales manager custom here>'])}
Note:You must provide the role code for the partner administrator custom role and the partner sales manager custom role in the expression.
-
Click Validate and OK.
-
-
Click Save and Close.
-
Publish the sandbox.
The MDF icon has been hidden for partner users.