This article outlines the options for modifying the "Next" button text displayed on tasks utilizing a Sequence Tab Controller within CA Identity Manager. It is important to note that CA Identity Manager does not support modifying this button text on a per-task basis; all modifications are applied globally across the environment.
The most standard approach is to update the global properties file. This change affects all instances of the "Next" button globally.
IMSResources_en.properties file (or the appropriate localized version for your environment).global.button.next=Nextglobal.button.next=Proceed).Alternatively, you may modify the JSP for the Sequence Tab tasks. Please note that this is a direct modification of application source files and carries significant risk during product upgrades.
\global\app\page\tabsequence_tab_controller.jsp(imh:button styleClass="im-button" type="submit" valueKey="global.button.next" name="(%= tabSequenceContextImpl.getRequestStringForButton( TabSequenceContext.BUTTON_NEXT ) %)" /)⚠️ IMPORTANT: Always take a backup of your original JSP files before modification. Modified JSP files may be overwritten during a product upgrade. Verify all customizations in a non-production environment before implementing in production.