Issue deleting record in sys_user_grmember table in Scoped App
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 05:06 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!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2024 11:05 PM
nice