Need help for dynamic variable label change in MRVS based on value change outside MRVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 11:39 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:07 AM
This is possible. you can manipulate value within MRVS based on outside variable
So you can try to manipulate label as well
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 10:01 AM
How to manipulate? It doesn't get resolve in the link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 11:00 AM
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!