show list of active users apart from logged in user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 02:20 AM - edited 11-20-2023 02:24 AM
Hi team, I have one Reference field on catalog form labeled as Approver which refers to sys_user table it's show the all active users . it's showing logged in user as well in that approver field . I want to show All users apart from logged in user in Approval field. How can I achieve that.
Thanks for your Time and support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 02:26 AM
Hi there,
I found an article here which might help you. Please take a look and let me know if you need any more help.
If my answer is helpful then please mark it correct!
Thanks,
Utpal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 07:01 AM
Hi Somasekhar6,
I think you should be taking this via client script rather than reference qualifier. But a reference qualifier is still possible with this:
active=true^user_name!=javascript:gs.getUserName()^EQ
Best
Hasan