How to update RITM assignment based on most recent active SCTask in a sequential task setup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 03:26 AM
Hi Community,
I'm working on a requirement where the Requested Item (RITM) should always reflect the assignment group and assigned to values of the most recent active sc_task associated with it.
Here’s the business scenario:
Tasks are created sequentially (i.e., when one task is closed, the next is created).
I have a Business Rule to update the RITM whenever a task is closed.
The challenge: sometimes when the current task is closed, the next task isn’t created immediately, so the RITM doesn't get updated with the new active task’s values.
Acceptance Criteria:
RITM assignment group and assigned to should always reflect the most recent active sc_task.
If the latest sc_task is closed, it should fall back to the next most recent active task, if available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2025 12:30 PM
Hello. If your BR is on sc_task then try to trigger it on Insert with conditions of your related ritm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2025 10:50 AM
Whatever you use to build this, please make sure its conditioned out for specific Catalog Items.
I can't imagine this is the way you'd want every single service to work.
In most cases I've seen in 15 years, a particular group owns the full workflow (RITM) where as contributing teams own component pieces (sc_tasks).