Salesforce Fact #583 | Returning true/false from CASE()

CASE functions can't return TRUE or FALSE directly in validation rule. We need to update our condition check to include 0 or 1 or some string.

Attached are the screenshots.




Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

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