How to dynamically filter reference variables in a multi-row variable set (MRVS)

BitsD
Giga Contributor

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.

1 ACCEPTED SOLUTION

Sunny3008
Tera Guru

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

View solution in original post

1 REPLY 1

Sunny3008
Tera Guru

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