Edit UI Notification Text

Hello experts, We want to edit the text that displays when a approver receives the approval request (Access Request). Currently it is displaying as
“Manager Approval - Account changes for User: Aaron.Nichols”

In the debug page I am not able to find the configuration to change this. Is it possible to change the displaying notification?

Hi @Dkumar13,

It is possible to edit the display text, but it is customized in the workflow not in the UI configuration.

you have to add an argument called workItemDescription, which will be used as an input in the Provisioning Approval Subprocess in the step containing an Approval (the step called “Approval” in the Provisioning Approval Subprocess).

<Arg name="workItemDescription" value="NEW TEXT" />

This is for the OOO workflow(LCM Provisioning, Approve and Provision Subprocess)
If you use any custom workflow, you will have to add the workItemDescription argument directly in your Approval.

Regards,
Balaji

5 Likes

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