Need help for dynamic variable label change in MRVS based on value change outside MRVS

Julia12
Tera Expert

In the record producer created, i have a free text variable "field_name" , a MRVS "request_details", and a free text variable in MRVS "field_name_detail".

 

This is the feature i need:

If I manually input "Building101" to "field_name", the label of "field_name_detail" in MRVS will be changed to "Building101". Label changes not value.

 

How to achieve this feature?

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@Julia12 

This is possible. you can manipulate value within MRVS based on outside variable

So you can try to manipulate label as well

https://community.servicenow.com/community?id=community_question&sys_id=0065d76e1ba51050d01143f6fe4b... 

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

How to manipulate? It doesn't get resolve in the link.

Actually i can manipulate the value into the MRVS. But in MRVS, when I use onChange() client script to setLabelOf to the target variable lable, it's not working. Need help!