- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi all,
I’m working with a Service Catalog item that includes a Multi-Row Variable Set (MRVS). Inside the MRVS, I have a reference variable that should only show filtered results based on values from another field in the same row.
Since MRVS doesn’t support regular Catalog Client Scripts on variables directly like other catalog items.
How can I dynamically filter a reference field in a MRVS.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hello @BitsD ,
You can call script include in reference variable which is dependened on another varaible and filter based on another variable like following
javascript: new global.scriptIncludeName().function_name(current.variables.first_varible_name);
Please mark my response helpful and accept as solution
Best Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hello @BitsD ,
You can call script include in reference variable which is dependened on another varaible and filter based on another variable like following
javascript: new global.scriptIncludeName().function_name(current.variables.first_varible_name);
Please mark my response helpful and accept as solution
Best Regards
Sunny