Google News
logo
Salesforce - Interview Questions
What is the difference between isNull and isBlank?
Use the ISBLANK() function for text fields. As text fields can never be NULL, even if nothing is provided as a value, ISNULL() function takes only an empty value. If ISNULL() is used with a text field then it returns false.
Advertisement