Options
- 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.