selecting multiple values for a field from user table

Bargavi
Mega Expert

I have a field in Form and Record Producer which references user table. I must be able to select multiple users as input for those fields. Can anyone assist how can I do that?

1 ACCEPTED SOLUTION

Abhinay Erra
Giga Sage

On the record producer, create a list collector variable and then open the target table create a list type field. Make usre the names are same, and you are good to go. you don't need any scripting.


NOTE: Make sure the list collector variable name on record producer is same as the list type field name


View solution in original post

9 REPLIES 9

Abhinay Erra
Giga Sage

On the record producer, create a list collector variable and then open the target table create a list type field. Make usre the names are same, and you are good to go. you don't need any scripting.


NOTE: Make sure the list collector variable name on record producer is same as the list type field name


Hi Abhinay,

 

greetings,

 

I have same type of need, I need a variable on catalog item which should reference to sys_user table and multiple user can be selected in that variable.

I have created a variable with list collector , now as you said create a field on target table with same name.

Could you please when you say target table then In my case where should I create it and after creating it what to do to get it work?

Now i got it, thanks.

aksinghal
Kilo Contributor