- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 06:27 AM
I am looking over Service Level Agreements and something that stands out to me is the following. I do not see a way to apply a Service Level Agreement to a specific service catalog item. I see that you can apply an SLA to a table. Is anyone aware of the ability to apply an SLA to specific catalog items? Or perhaps to specific fulfillment groups? Any help is appreciated.
Solved! Go to Solution.
- Labels:
-
Service Catalog
-
Workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 06:34 AM
Hi Steve,
Create the SLA definition on the Requested Item (sc_req_item) table and use the Start condition field to set the Item to the specific catalog item(s) you want. Example:
Service Level Agreements - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 06:33 AM
Hello Steve,
This is very much possible OOB.
You can specify the condition like this. In the below snip, I tried to create SLA on top of 'sc_task' table. From Catalog Task --> Requested Item --> Catalog item can be retrieved.
You can use 'Show Related Fields' at the bottom of the condition dropdown.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 06:35 AM
As an editorial, it might be simpler to just make the SLA run on the sc_req_item table, unless you wanted an SLA on each task for each item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 06:38 AM
Yes Chuck, that will also work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 06:34 AM
Hi Steve,
Create the SLA definition on the Requested Item (sc_req_item) table and use the Start condition field to set the Item to the specific catalog item(s) you want. Example:
Service Level Agreements - ServiceNow Wiki