Salesforce Fact #754 | Deleting share records with custom apex sharing reason
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.
Comments
Post a Comment