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

Popular posts from this blog

Salesforce Fact #218 | Blank picklist value is actually NULL

Salesforce Fact #947 | Resolving dashboard logged-in user limit error

Salesforce Fact #929 | Nth highest in screen flow