- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 08:10 PM - edited 12-07-2022 08:12 PM
I have a variable of type "list collector".
I want to show only 100 choices in that variable which fetches data from a table of 500 records.
so, my thought is to create a sys property which stores the 100 choices data and to use it in the variable reference qualifier.
I tried building the configuration but didn't work.
Can you help me on this?
Thanks
Sys property: I just made it String type and gave 5 Sys_id's of 5 records for sample.
reference qualifier: I just used javascript:gs.getProperty(''property name'');
But the variable is showing all the 500 records.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 09:01 PM
@Insider The ref qualifier should like below
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 09:01 PM
@Insider The ref qualifier should like below
ServiceNow Community Rising Star, Class of 2023