CHG: Where and how is text "Change is waiting for approval" set?

priisholm
Mega Expert

Hi guys 🙂

On a change, when you press the "Request Approval" button, SN will move the CHG to State=Assess, and will show you a text in a blue box: "Change is waiting for approval".

Where and how is this set... ?

Is it possible to change i ...?

Thanks

Soren

 

find_real_file.png

 

1 ACCEPTED SOLUTION

Gaurav Bajaj
Kilo Sage

Hi,

It's coming from below client script. Show valid states values

You can change the message as per your need. 

 

find_real_file.png

 

 

find_real_file.png

 

View solution in original post

2 REPLIES 2

Munender Singh
Mega Sage

Hi,

There possibly a client script which contains the following message:

g_form.showFieldMsg('state','Change is waiting for approval','info');

when the state changes to 'Assess'.

Regards,
Munender

Gaurav Bajaj
Kilo Sage

Hi,

It's coming from below client script. Show valid states values

You can change the message as per your need. 

 

find_real_file.png

 

 

find_real_file.png