create sla for custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 09:02 AM
Is there a way to create an sla definition for a table that isnt extended from the task table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 09:27 AM
Hi Josh,
The design of ServiceNow's SLA Engines has always been based on either fields within the task table, or on a separate task_sla table with two main references in it; one points to the SLA Definition (contract_sla) and the other points to the associated Task (task or table extended off task).
Links how to attach sla for custom table which is not extending any base table
How to use an SLA on Custom Application (table not extending form task)
would help you better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 09:31 AM
Thanks Jaspal - so it sounds like there is no way to create an SLA for a custom table that is not extended from the task table. Is that correct?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 09:40 AM
Yes Josh. If we go through the links the answer is yes it is not possible. But in one of links there was reference of Metric. You can try & work on that.