Deleting from tables with cross-scope access policy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2021 09:24 AM
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2021 05:44 AM
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.