How to read Change request values on Std change proposal form on Client script

nidhi varshney
Tera Contributor

Screenshot 2025-08-12 201520.jpgHow to read Change request values on Std change proposal form on Client script

 

Hi I want to put a load message on Std Change proposal form, how can i read the change request values highlighted in screenshot

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@nidhi varshney 

you can grab the value of field using this

g_form.getValue('template_value')

See below, this is what I got when I did an alert

AnkurBawiskar_0-1755010818404.png

 

if you want to get values within that then you need to use string manipulation and grab individual values such as value for short description, description etc

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

@nidhi varshney 

Hope you are doing good.

Did my reply answer your question?

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