Would like to know in details how catalog item form variable can be made accessible in MRVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 12:59 AM - edited 10-19-2024 01:01 AM
Hi Team,
I have searched a lot of ways but nothing works. Would like to know in details how catalog item form variable can be made accessible in MultiRow Variable set. I have tried with session variable but not sure how it works. Any detail solution will be helpful as I am new in using MRVS.
There is a Requested For reference field is in my catalog item form and a similar reference field is there in my MRVS. requirement is onChange or onLoad, the catalog item variable value to be set in MRVS variable as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 02:22 AM
this is doable
Accessing other form variables from inside multi-row variable pop-up
Multi Row Variable Set: communication with main form
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
10-20-2024 07:38 AM - edited 10-20-2024 08:27 AM
Hi Ankur,
Thanks for your advise. Unfortunately both the links have not worked. I have found an alternative way where I have stored the session client data in an property in onLoad client script and later reading the property from the Multi Row Variable Set Reference Qualifier and also set it as its default value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2024 07:42 AM
I know I had referred the above links and it worked in past
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2024 08:26 AM
I can completely understand this. ServiceNow is full of surprises. I have also seen some of my implemented solutions don't produce the expected results anymore. It's strange but true.