The CreatorCon Call for Content is officially open! Get started here.

create sla for custom table

brostoff17
Tera Contributor

Is there a way to create an sla definition for a table that isnt extended from the task table?

7 REPLIES 7

Jaspal Singh
Mega Patron
Mega Patron

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.


brostoff17
Tera Contributor

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?


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.