Incident SLA table

christiancardos
Kilo Expert

Hello team,

I have the following problem:

In the SN instance   I have   a itil user that made a report using incident SLA table, but appear security restriction.

Any idea what is going on?

find_real_file.png

regards

1 ACCEPTED SOLUTION

shloke04
Kilo Patron

Hi,



You need to create an Read Access ACL on the Table level. Please refer the screenshot below for reference:



find_real_file.png



This is working on my personal instance. Kindly test from your end too.



Hope this helps.Mark the answer as correct/helpful based on impact.




Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

View solution in original post

4 REPLIES 4

SanjivMeher
Kilo Patron
Kilo Patron

incident_sla is a database view. You will need to give ITIL access to this table.


Create a Read ACL for this table for ITIL users



Please mark this response as correct or helpful if it assisted you with your question.

darlawolf
Giga Expert

Database Views are not real tables stored in the Tables list. Check each table's ACL to ensure the out of the box ACLs for itil has not been modified.


Reference: Database Views - ServiceNow Wiki


shloke04
Kilo Patron

Hi,



You need to create an Read Access ACL on the Table level. Please refer the screenshot below for reference:



find_real_file.png



This is working on my personal instance. Kindly test from your end too.



Hope this helps.Mark the answer as correct/helpful based on impact.




Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Thank you Shloke.