Access Review UI Change Requirement

IdentityIQ Version: 8.4p2

Is there a way to update the button text on the access review card with text ‘Forward’ to make its purpose clearer for users?

Only option is to use Plugin with JS snippet. Even though if you update Direct XHTML for a workaround but not upgrade safe. It will gets overwritten on patching or upgrading.

I suggest check the below post to create a plugin for your requirement as a permenent fix.

you can update it by wrighting a small plugin to achive it. Use the below plugin and customize the js file as per your requirement.
workItemFrwdDisabled.zip (959 Bytes)

Dear @AshuGole ,

You can do it by creating a plugin and use that plugin to do the Ui customization as already suggested by the experts.

@AshuGole - You can achieve this by creating a simple plugin. There was a session on the same topic in Developer Days 2026 - Beyond out-of-the-box: Supercharging the SailPoint IdentityIQ UI with a production-grade plugin

@AshuGole you need to go with plugin only which is a recommended approach whenever you need to make any changes to xhtml pages.

I agree with the suggestions above. A plugin is the recommended and upgrade-safe way to make UI changes in IdentityIQ. For changes like replacing the Forward icon with “Forward” text, a small plugin-based customization would be the best approach.