This is the first part of series of blogs on UI Customization where I will be updating the tricks I used to customize the OIM UI:
If you want to display the fullname or any other attribute instead of default User Login, follow below steps:
1. Create and activate a sandbox.
2. Click on the Customize link at the top of the screen. On the top left corner, click on View Source in the newly appeared menu bar.
3. Click on the "xelsysadm" and click Edit.
4. Scroll down on the Component Properties window to get to "Text" property. Click on drop down arrow and choose "Expression Builder" as the option. Enter below:
#{oimcontext.currentUser['Display Name']}
Note: You can use any variable here like Employee Number, SSN, Common Name etc.
5. Click Test and then Apply to see the changes.
You can also keyword like "Welcome" or "Hello" like
Welcome #{oimcontext.currentUser['Display Name']}
in the expression builder.
If you want to display the fullname or any other attribute instead of default User Login, follow below steps:
1. Create and activate a sandbox.
2. Click on the Customize link at the top of the screen. On the top left corner, click on View Source in the newly appeared menu bar.
3. Click on the "xelsysadm" and click Edit.
4. Scroll down on the Component Properties window to get to "Text" property. Click on drop down arrow and choose "Expression Builder" as the option. Enter below:
#{oimcontext.currentUser['Display Name']}
Note: You can use any variable here like Employee Number, SSN, Common Name etc.
5. Click Test and then Apply to see the changes.
You can also keyword like "Welcome" or "Hello" like
Welcome #{oimcontext.currentUser['Display Name']}
in the expression builder.
No comments:
Post a Comment