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

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow