UI customization for Access reviews

Which IIQ version are you inquiring about?

8.4

Share all details about your problem, including any error messages you may have received.

Hi All,

I want to make some UI changes for Access review.

  1. I want to display the Heading as “No Pending Reviews” instead of “No Results”. on My Access Reviews page.

  2. I only want the display name of the entitlement to be displayed on the access review without the attribute name in display name for making decisions.

  3. I want to display by default 100 entries instead of 10 entries for certifier.

This might not be that straight forward, generaly the message is there because of ui_no_results message token. You can customize this in iiqMessages file. Hovewer as you see it’s not certification specific so it migh most probably change text in a lot of places.

Here second option is possible - you can write fairly simple plugin to change it, this plugin will allow you also to make remaining changes as I believe OotB it’s not possible to do that via configuration.

2 Likes

hi @kjakubiak any inputs on 2 and 3 points

Hi @kjakubiak, can you please share me the location for IIQ messages file

sure - if you use SSD you can just put the file into web/WEB-INF/classes/sailpoint/web/messages/iiqCustom_XX.properties where XX is your lanquage, en for english, de for german and so on. Format of the file is fairly simple - it’s token - value for example widget_direct_reports=Mein Team.

1 Like

Hi @kjakubiak i have added the entry ui_no_results= No pending Items in the file. Now how i can populate the same on the UI.

Any changes to properties files need tomcat server restart. Restart the tomcat, it would populate it on UI

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.