-
Is it possible to grant delete permission using apex managed sharing?
I have Custom_Object__c with:
Org-Wide Default Settings as: Private
Object Permissions in the user Profile: Create, Read, Edit, Delete.
I have a small development in Apex that is creating some apex managed sharing rules, to give certain users access to records they don’t own. So far I only needed to give the users either “Read” or “Edit” permissions. So all worked ok.However, now I need to grant users delete permissions for records they don’t own. Without touching profile nor org-wide default settings. This would mean creating the apex managed sharing rules with accessLevel = ‘All’.
I looked into the documentation, it seems to say that it’s not possible to do that.
Log In to reply.