- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 04:57 AM
I have created a record producer.
In this record producer I have a reference field that references the sys_db_object table.
I want to pass the selected table sys id into a reference field dynamic ref qual but this reference field is inside a multi row variable set.
Is this possible if so how can it be done?#
Any help would be much appreciated.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 05:06 AM
Hi,
So basically you want to access outside variable value inside Ref qualifier of MRVS
No direct way for this.
check this link and it has the solution
SOLVED: Issue with MRVS multi row variable set accessing the form values
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 05:04 AM
Hi,
I think below should work,
current.variables.variable_name
Let me know if you have any further queries.
Please mark this as Correct or Helpful if it helps.
Thanks and Regards,
Abhijit
Community Rising Star 2022
Regards,
Abhijit
ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 05:06 AM
Hi,
So basically you want to access outside variable value inside Ref qualifier of MRVS
No direct way for this.
check this link and it has the solution
SOLVED: Issue with MRVS multi row variable set accessing the form values
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 05:12 AM
Glad to know that my response helped.
Please mark response helpful as well.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 05:15 AM
Hi
Please refer to this link
Dynamically Use Catalog Item Variable in Reference Qualifier of MRVS Variable
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***