Enable inactive user to be displayed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I want to display all users in one specific catalog item (sc_cat_item_guide). I added the catalog item sys id on the business rule named user query is displaying correct but, all other catalog item with field reference to users table is displaying all users active and inactive.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Buddy,
That’s expected behavior for it. A Business Rule on sys_user is global. When you activate it, it affects every catalog item and every user reference in the system — there’s no way to scope it to just one catalog item or guide. That’s why all catalogs start showing all users.
The fix is:
Disable the sys_user Business Rule
Control the user list only on the catalog variable (or variable set) using a reference qualifier or client script
In short: user query BRs will always impact everything. They’re not the right solution for a single catalog item.
@Zuri - Please mark Accepted Solution and Thumbs Up if you found Helpful!
