- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I want to create SLAs for approvals on certain RITM items — trigger when approval starts, stop when approved/rejected, and apply only to certain catalog items. What’s the best way to configure this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @SwathiBanda
You can do this using Task SLAs linked to the sc_req_item table.
-
Create a SLA Definition with:
-
Table: sc_req_item
-
Start condition: approval state = Requested
-
Stop condition: approval state = Approved OR Rejected
-
-
Add a Condition or Catalog Item filter (e.g.
cat_itemIN<list of items>) so it only applies to specific RITMs. -
If you trigger approvals via Flow Designer, ensure the approval state field changes correctly — SLAs depend on that update event.
Optionally, add a pause condition for states like On Hold if needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @SwathiBanda,
You can create a SLA Definition for Requested Item:
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @SwathiBanda
You can do this using Task SLAs linked to the sc_req_item table.
-
Create a SLA Definition with:
-
Table: sc_req_item
-
Start condition: approval state = Requested
-
Stop condition: approval state = Approved OR Rejected
-
-
Add a Condition or Catalog Item filter (e.g.
cat_itemIN<list of items>) so it only applies to specific RITMs. -
If you trigger approvals via Flow Designer, ensure the approval state field changes correctly — SLAs depend on that update event.
Optionally, add a pause condition for states like On Hold if needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @SwathiBanda,
You can create a SLA Definition for Requested Item:
If my response helped, please mark it as the accepted solution so others can benefit as well.
