not able to change the Submit description on advance risk not able to find UI action

siddhantgaure
Tera Contributor

Hi everyone I'm working in risk workspace while submitting the advance risk assessment I'm getting the description as below i want to change that but I'm not able to find that UI action. below sharing the screenshot of what  assessment on submit option i need to change the highlighted text where I should find it new test.png

3 REPLIES 3

GlideFather
Tera Patron

Hi @siddhantgaure,

 

I don't have this module activated in my PDI so I cannot replicate it.

 

But check client scripts, modals, UI pages and macros, whether there is that text.

Also, you can search for Messages and system properties, the text shall be stored somewhere for translation purposes, it could also help you locate it

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


Ankur Bawiskar
Tera Patron
Tera Patron

@siddhantgaure 

it must be a form declarative action on that table

Did you check that?

AnkurBawiskar_0-1755590276561.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Rafael Cardoso
Tera Guru
Tera Guru

Are you trying to update the text that appears in the modal when you click Submit?

 

If that is the case, you need to update the UX Client Script (sys_ux_client_script) named update labels with id 6d6a5bc943113110ec6250d556b8f2af

 

It should be https://<instance>.service-now.com/nav_to.do?uri=sys_ux_client_script.do?sys_id=6d6a5bc943113110ec62...

 

You will find your message in there under "commentsHeading".

Raf


Helpful post? Don’t forget to bookmark it, give it kudos, or mark it as the answer to help the community grow!