List type field with choices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 12:48 AM
Hi,
I have a field of type List with specific choices. I need to show some choices if the login user belongs to specific groups and other choices if the login user belongs to a different group. Is there any way to accomplish that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 01:48 AM
Hi @Shir Sharvit ,
First create one script include, there you can query and return based on loggin user and call this in reference qualifier.
Regards,
Mohammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 01:51 AM
@RahamatMd hi i tried using ref qualifer but its not working. I tried to return the sys_id's of the specific choices but i stilll can see all choices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 05:22 AM
Can you send me screenshots of script include and choice reference qualifiers, i will modify and send