how can we make visible the list of only all managers of group table in a reference field ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2022 04:08 AM
I have added a user reference field in a customized table form. I want that, if I search, the list should be of those users, who are group managers of any group in the group table.
what kind of reference qualifier I should use. Can any one please suggest !
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2022 04:16 AM
Hi chandan,
you would need to write a script include that returns you sysIDs of such users.
There's a nice video elaborating on this topic https://www.youtube.com/watch?v=I7ZNPyrWCuU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2022 04:20 AM
Hi,
Use the below thread to see how script include can be called form reference qualifier
You will need to use a different script include to return the managers form group tables but on the same principle. Build the script and post here if it doesn't work.
-Anurag