Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Advanced risk assessment - Approve Declarative Action

SUSMITHA KRISHN
Tera Contributor

Dear Team,

 

I'm using Advanced risk assessment for performing enterprise risk assessments. Once assessment is submitted it goes for approval. On the approval page we have 2 options 'Approve' and 'Reject' declarative actions. If I click on approve below pop up box came up. I need to change Below message which is highlighted in yellow. 

SUSMITHAKRISHN_0-1787298571683.png

 

I want to understand where this is being handled and how to change the message. Or if I have to create new Declarative action how do I customize the message according to my requirement

1 REPLY 1

NagaChandaE
Mega Sage

Hi @SUSMITHA KRISHN ,

The Pop up is from "ARA Workspace" Experience and "Risk assessment modal copy" Page. The Two texts are present in that table. but servicenow using translate method for texts.

NagaChandaE_2-1787830262884.png

 


Since Translate Method is using Create a Record in sys_ui_message table for the two strings as below.

NagaChandaE_4-1787830565453.png

 

NagaChandaE_3-1787830451438.png


This will change in the pop up.

Regards,
Naga Chandan

If you found my solution helpful, please mark it as Helpful and Accept Solution.