Q: 4
Nickname__c is a custom text field on a contact record that is utilized to override the contact’s name
appearing on an email template. This field is not required and is not always filled in.
Which formula should an app builder use to select the contact's preferred name for email
communications?
Options
Discussion
Option D
Its D but honestly the typos in C make me second-guess a bit.
Option D BLANKVALUE is pretty much always the better Salesforce formula for handling null and blank fields together.
Nah, I think D is right since BLANKVALUE deals with empty or null. A’s a trap here.
C/D? I think D is better because BLANKVALUE handles both null and blank, which is what the question describes for Nickname__c. C is a mess with typos and would break. Maybe I'm missing some Salesforce quirk, but D seems safest.
D saw this in a mock exam, BLANKVALUE catches both blank and null so it's the safe pick.
D
A tbh, since NOT(ISBLANK()) tends to be more predictable for checking custom text fields, unless there's a quirky Salesforce behavior I'm missing.
Be respectful. No spam.