Is null vs is blank salesforce
ISBLANK has the same functionality as ISNULL, but also supports text fields. Salesforce will continue to support ISNULL, so you do not need to change any existing formulas. Text fields are never null, so using ISNULL () with a text field always returns false. Use ISBLANK instead of ISNULL in new formulas. ISBLANK has the … Read more