- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 05:11 PM
I have a Flow to add/remove an user to a group (by creating/deleting records in the sys_user_grmember) based on the membership of another group. The creation works just fine, but when I test the flow I always received an error at the Delete Record action (it's run as me, who has `admin` role):
{ "Action Status": { "code": 1, "message": "Scope does not have delete access to table sys_user_grmember" } }
I have enabled `Can Delete` access to all Application scopes
I also added an entry in the Cross scope privileges table
but the issue still persists. Appreciate any suggestion on how to fix this issue. Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 11:23 AM
Reached out to Now Support and this worked for me:
Run Script - Background (in Global):
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 04:02 AM
Ensure your Cross scope privileges record and flow in same scope. Refer KB0854565
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 11:23 AM
Reached out to Now Support and this worked for me:
Run Script - Background (in Global):