Salesforce Fact #102 | Boolean is NULL

Boolean variable doesn't default to false in apex like other programming languages. So, we need to be careful.

For further details, check out: https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_boolean.htm

Attached is the screenshot.



Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

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