How Do You Customize Approval Button Labels in Constellation?

Hello,

In my case type, a customer must enter a verification code to access their profile. I found that by using an approve/reject step and a decision object, if the customer fails to enter the correct code, I can give them the option to go back and try again, loop around and get a new code, or continue as a guest.

I would like to customize the buttons on the approve/reject step to reflect this functionality. In particular, change:

  • “Approve” to “Continue” or “Continue as Guest”
  • “Reject” to “Request new code”
  • (tentative) “Previous” to “Try again”

Normally you can change the button text by editing the flow action, but approve/reject steps have no associated flow action, only a view.

Is there any way to achieve this OOTB in Constellation?

@GraftonL17181530

Customization of the buttons for approval step is not feasible in Constellation. For this specific scenario you have to extend the OOTB approval step via a DX component.

@Aditi MehtaThis is really helpful to know, what about the GO button in the Worklist or the Home screen? Can we rename those?

@Arnab2202

That is also no possible, same is true for every button in Constellation. This is to ensure consistent user experience.

We had similar requirement, posting the workaround we did for this, using CSS Selector we can achieve for other buttons as well! Thanks