How to add SLA status to list view on incident table

sath
Tera Expert

Hi,

How can we add SLA status to list view on incident table? Is it possible to add it to the list view or do we need to create a database view between incident and task sla table?

3 REPLIES 3

servicenow_devo
Tera Expert

You might need database view to interlink both tables. 

Thankyou

Hi, How to establish database view between the tables?

Hi,

Basic for seeing incidents and SLAs associated to incidents you can utilize the incident_sla OOTB database view that there is available.

Please refer the below reference field dB view creation.

 

https://youtu.be/_JY462TmXxU?si=YxcEYFi6WY33_Xta

 

https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/use/reporting/task/c_Cr...

 

Please accept the solution if you find answer helpful.

 

Thankyou