Salesforce Fact #105 | Single quote NULL check

We can use the single quote along with comparison operator while checking for null values for text fields in SOQL. But '' and ' ' are not the same.

Note: The count here is based on the records present in my org.

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