Salesforce Fact #609 | Idempotent operations
Here are some of the operations in Salesforce which if done multiple times, works as if it has been done only once and also does not throw any error:
1) Record lock and unlock using apex.
2) Adding users to public group or queue from apex.
Comments
Post a Comment