Setting values in Multi row using client script

nurav
Tera Expert

Hi All,

      We are using a Multi variable set in a Record producer. I want to set the values in a multi row Variable set cell through client script dynamically based on the selection of another field in the same Variable set set. Looks like g_form.setValue will not work for the Multi Row variable set. Please let  us know if there are any other work arounds?

 

find_real_file.png

1 ACCEPTED SOLUTION

nurav
Tera Expert

There was a typo in the field name. Else g_form.setValue works also in the MultiRow variable set. 

View solution in original post

6 REPLIES 6

Nitesh Balusu
Giga Guru

Check these links out! This should solve your issue.

 

Scriptable service catalog variables

Accessing Multi-Row Variables in a Record Producer

Hi Nitesh, I saw those links already and tried that earlier. Looks like those are for the Server side level and not at the client level. Any sample of the script if it works for you would be helpful.

nurav
Tera Expert

There was a typo in the field name. Else g_form.setValue works also in the MultiRow variable set.