Deleting from tables with cross-scope access policy

Jake Broekhuize
ServiceNow Employee
ServiceNow Employee

Hey all,

I am having trouble deleting all records in a table (in multiple tables) within a custom application. I have selected the 'Can delete option' (see below) and there are no entries in the 'cross scope privileges' section of the application (see below). Also see below for the error message whenever I try and delete:

find_real_file.png

find_real_file.png

 

find_real_file.png

5 REPLIES 5

So basically, source scope/type/table, all fields refer to the object from which you will be deleting the records, example - a script include/business script or even a flow.

So for example you want to delete the records from a flow , you need to select the scope of the flow, table in which the flow is inserted, and the source will be the  flow record.

And the target source will be table, target will be the table name on which you want to perform delete operation & the scope as well of the table.

Operation will be delete as you want to perform delete operation.

Status should be allowed, so as to allow the configuration.

Is it clear enough? Let me know if it works.