- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 11:32 AM
My organization will be moving to the new Resource Assignment capabilities in CY25. However, in the meantime a quick fix I need help with is restricting Resource Groups so that Resources can only belong to one Resource Group at a time.
With my last employer, we had a system check and warning to prevent users being added to more than one Resource Group.
However, with my new employer there is no block and users can belong to more than one Resource Group presently.
Any guidance on how to enable this check/restriction in ServiceNow? Is this a Setting under Project Admin? Is this a Business Rule that perhaps is inactivated in my current organization?
Solved! Go to Solution.
- Labels:
-
Resource Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 11:29 AM
It's not a setting, it's a validation that I recommend using a business rule for. With the business rule, you can catch someone trying to add the user to a second group before it gets committed to the database and abort the transaction, and then give the user an error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 11:29 AM
It's not a setting, it's a validation that I recommend using a business rule for. With the business rule, you can catch someone trying to add the user to a second group before it gets committed to the database and abort the transaction, and then give the user an error message.