
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2022 07:02 PM
I have a requirement to show disabled users on a reference field that is set on the sys_user table.
Currently the way it is setup it only shows enabled users for the 'normal' users & even the itil users, however as the Admin I can see them fine.
Any help would be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2022 07:14 PM
Hi @Moedeb
OOTB there is a onBefore Query Business Rule "user query" which filters out the deactivated users. After deactivating this BR you should be able to see all users:
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2022 07:14 PM
Hi @Moedeb
OOTB there is a onBefore Query Business Rule "user query" which filters out the deactivated users. After deactivating this BR you should be able to see all users:
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2022 07:59 PM
Thanks @Maik Skoddow, I ended up editing the business rule to include those with the itil role rather than disabling it completely.