Why I'm not able to delete sys_user_grmember (global) records from custom app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 02:57 AM
Hi Community,
As sys_user_grmember table (which is in global scope) has can delete field unchecked. I created application cross scoped privilege record but still not able to delete record from custom app.
Background script:-
Could anyone please help me on this?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 03:02 AM - edited 11-27-2023 03:03 AM
deleteMultiple() is not supported in scoped application, better use a while loop and delete record individually
}
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 03:11 AM - edited 11-27-2023 03:12 AM
Hi @Aman Kumar S ,
Thanks much for your response.
I changed the code. But still getting below error:-

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 05:10 AM - edited 11-27-2023 05:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 03:15 AM
I believe the checkbox will resolve your query
Configure the table and make the "can delete" checkbox active true in the Application access
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.