Hello,
I see that when revoke button is triggered, system uses a "DELETE ACCOUNT <AccountVariable>" format to populate task name. Is it possible to override this format as "CHECK RULE <Variable>"?
Thanks in advance.
Hello,
I see that when revoke button is triggered, system uses a "DELETE ACCOUNT <AccountVariable>" format to populate task name. Is it possible to override this format as "CHECK RULE <Variable>"?
Thanks in advance.
Yes. It is possible. The display string comes from strings.properties file.
The property relevant to this deletion of account is AccountChangeRequestData_DeleteAccount=Delete account {0}
The new display for this property can be added in customerstrings.properties and uploaded from UI (Admin->User Interface->Files)
Not possible to hide the revoke button, the display name of the button can however be changed.
A custom button can be added with required display name but it would behave either as 'maintain' or 'revoke' depending on whether change request creation is turned on for the button or not.
The display names specified are used only within the review and not in the generated change requests.
Yes. It is possible. The display string comes from strings.properties file.
The property relevant to this deletion of account is AccountChangeRequestData_DeleteAccount=Delete account {0}
The new display for this property can be added in customerstrings.properties and uploaded from UI (Admin->User Interface->Files)