Cascading MRVS Variables in an Order Guide: Display Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 03:15 PM - edited 02-02-2024 10:18 AM
Hi,
I currently am working on an order guide where the "Describe Needs" page has a MRVS where the customer selects a user from a dropdown alongside their email. Upon loading the form, the MRVS is already prefilled with the logged in user in the first row. This MRVS should cascade into the MRVS' on all of the forms. I'm running into an issue where the forms on the next page are displaying the Sys ID of the user selected instead of their name. This only happens if you don't modify the prefilled data or add another row, does anyone know how I can resolve this issue?
EDIT: I solved this by simply adding an OnLoad client script on each child form that ingested the information passed in from the parent order guide, reset the fields, and then repopulated them

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 04:22 PM
Do you have MRVS added to the catalog items as well?
How do you prefill the data? Is there an onLoad script which does that?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 11:45 AM
Yes the same MRVS was used on the catalog items. Data was prefilled using an onLoad script on the order guide.
I was able to solve the issue by doing an onLoad script on the individual catalog items where I captured the MRVS data in a variable, cleared the MRVS, and then reinserted the data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 09:43 PM
Hello @syed_but_not ,
Please make sure, the back-end names of the all variables that are on MRVS exactly match with MRVS on the order guide form. And make sure cascade variables check box enabled.
Please mark my answer correct & helpful, if it helps you
Thank you
Thank you
G Ramana Murthy
ServiceNow Developer