Deleting RITM

vspk
Giga Expert

Hi,

Though I don't have admin rights, I have right to delete ritm's.

i.e., when I   open requests, there are >1 ritm. Then I can select all those and delete

find_real_file.png

How can I restrict this? Is there any way

1 ACCEPTED SOLUTION

Manik
ServiceNow Employee
ServiceNow Employee

Hi Sneha,



A user having a itil role can delete requested items(sc_req_item), also the user not having itil role can delete their own requested items by default.



If you want to further restrict it, you can control it through delete ACLs for sc_req_item table by adding specific role which would be required to delete the record.



PS: Please mark Helpful, Like, or Correct Answer if applicable.


View solution in original post

4 REPLIES 4

Abhinandan Pati
Giga Guru

Hi Sneha,



Yes there is a way. Configure delete ACL for that table.



Thanks


Abhinandan


Harneet Sital
Mega Sage
Mega Sage

You can use Delete ACL on the list view.
Using Access Control Rules - ServiceNow Wiki


Delete an INCIDENT?


Manik
ServiceNow Employee
ServiceNow Employee

Hi Sneha,



A user having a itil role can delete requested items(sc_req_item), also the user not having itil role can delete their own requested items by default.



If you want to further restrict it, you can control it through delete ACLs for sc_req_item table by adding specific role which would be required to delete the record.



PS: Please mark Helpful, Like, or Correct Answer if applicable.


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Sneha,



Please refer the link for more info on ACL's.


Using Access Control Rules - ServiceNow Wiki



You can use "Debug security rules" during testing process to see what ACL's are granted/denied to the users.


Please let us know if you have any additional questions.