Dynamic Reference Qualifier for List variable on table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2023 04:08 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2023 04:18 AM
@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.
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2023 04:44 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2023 04:48 AM
@gaurav72 The field refers to group table and in a property we have group ids to be shown in that field?
ServiceNow Community Rising Star, Class of 2023