- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2019 03:15 AM
Hi Everyone,
I want to set the default value of Company field in MRVS based on Company field outside MRVS. Is this possible?
Thanks,
Diane
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2020 03:07 AM
Have a look at ryanlitwiller reply on https://community.servicenow.com/community?id=community_question&sys_id=5d28d390db272300fb115583ca961920.
this.NOW.[myAttributteName] = g_form.getValue("myfield");
However this doesn't seem to work in the back end but only in the Service Portal from what I can see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2020 01:23 PM
Hello,
Did you figured out the solution for this requirement? We have the same requirement to populate the mrvs field based on outside field.
Please let me know.
Thanks,
Achu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2020 02:17 AM
Scripts that are not included in a multi-row variable set cannot affect variables inside the multi-row variable set. Similarly, the scripts included in the multi-row variable set cannot affect the variables that are not included in the multi-row variable set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2020 03:06 AM
Have a look at ryanlitwiller reply on https://community.servicenow.com/community?id=community_question&sys_id=5d28d390db272300fb115583ca961920.
this.NOW.[myAttributteName] = g_form.getValue("myfield");
However this doesn't seem to work in the back end but only in the Service Portal from what I can see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2020 03:07 AM
Have a look at ryanlitwiller reply on https://community.servicenow.com/community?id=community_question&sys_id=5d28d390db272300fb115583ca961920.
this.NOW.[myAttributteName] = g_form.getValue("myfield");
However this doesn't seem to work in the back end but only in the Service Portal from what I can see.