Posts

Showing posts with the label apex sharing reason

Salesforce Fact #754 | Deleting share records with custom apex sharing reason

Image
While deleting share object records with apex sharing reason, if we try to delete using List<Id> it doesn't work. We can use as List<CustomShareObject> to delete the records. Attached are the screenshots.