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.

Dynamic Reference Qualifier for List variable on table

gaurav72
Tera Contributor

I have an list variable for user to select multiple groups while creating new record on table.

I want to add reference qualifier dynamically via onLoad client script.

Any lead will be helpful , Thanks

3 REPLIES 3

jaheerhattiwale
Mega Sage

@gaurav72 Reference qualifier cannot be added through the client script. You need to open the dictionary of the field and add reference qualifier in the dictionary entry.

 

jaheerhattiwale_0-1673353086350.png

 

 

Please mark as correct answer if this solves your issue.

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

@jaheerhattiwale In my case we have list type variable and want to show users selective group to select from a system property containing group values.

@gaurav72 The field refers to group table and in a property we have group ids to be shown in that field?

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023