- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2018 06:29 AM
Hi,
I have a reference field (to sys_user_group) and I want to add a reference qualifier to only show groups that have a certain tag. I am struggling to work out if this is possible as I can't find any examples - any advice?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2018 06:52 AM
Hello,
You can also try adding a simple reference qualifier on the "Tags" field like below.
The field name of Tags in any table is sys_tags.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2018 06:39 AM
Hi,
May I know what you meant by tag?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2018 06:42 AM
Hello,
Tags are stored in "label_entry" table. you can create create a script include to query the "label_entry" table with table name as "sys_user_group" and label as required tag. then return table key (which will be sys_id of group record).
Hope this helps.
Let me know if you need help in script.
Thanks,
Ali
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2018 06:52 AM