- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 11:29 PM
Hello,
I have a requirement to show the inactive users on the Requested for of the Reclaim Asset catalog item.
I already removed the script on the reference qualifier but still, inactive users are not available to select. Is there a way inactive users can be displayed on the selection? Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 11:39 PM
There is a query BR on the user table that makes sure inactive users aren't seen by everyone. You will need to adjust that one, or disable it. Do know that that will allow it to be seen everywhere, since it's not limited to the request, but for all forms.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 03:57 AM
I have found this article helpful to my requirement.
https://www.servicenow.com/community/itsm-forum/show-inactive-users-records-in-catalog/td-p/646183/p...
Thank you very much all for your assistance. I really appreciate it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 12:42 AM
So the solution was indeed in the Query Business Rule?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 12:52 AM
Yes. We have disabled the OOB Business Rule (user query) and created a new BR.
Thank you very much @Mark Manders. Your response helps a lot! I really appreciate it.