Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Using information in one Variable set to another variable set.

rafaelalves4337
Tera Contributor

Hello Folks,

 

I have a catalog form that has 2 variable sets, first variable set (Requested_for_details) and second variable set (computer details).

 

In my second variable set a have a reference variable called Computer_name, when the user select that variable, it must only show the computers assigned to the Requested_for user that was selected in the First Variable set (Requested_for_details).

 

I tried to do get it using reference qualifier javascript: "assigned_to=" + current.variables.requested_for

 

But it's not populating the computers, probably because it's in another variable set, can I do it using a client script? if yes, could you please give an exemple?

 

Thanks in advance.

1 ACCEPTED SOLUTION

@rafaelalves4337 

the link I shared has working solution

SOLVED: Issue with MRVS multi row variable set accessing the form values 

what configuration you did and what debugging did you perform?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

11 REPLIES 11

I have tried that but it did not work.... I don't know what to do.

@rafaelalves4337 

the link I shared has working solution

SOLVED: Issue with MRVS multi row variable set accessing the form values 

what configuration you did and what debugging did you perform?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader