Salesforce
CRT-403 · Question #15
Nickname__c is a custom text field on a contact record that is utilized to override the contact name appearing on an email template. This field is not required and is not always filled in. Which…
The correct answer is A. IF(NOT(ISBLANK(Nickname__c)),Nickname_c,FirstName). See the full explanation below for the reasoning.
Question
Nickname__c is a custom text field on a contact record that is utilized to override the contact 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
- AIF(NOT(ISBLANK(Nickname__c)),Nickname_c,FirstName)
- BIF(TEXT(Nfckname__c), Nickname_c,FirstName)
- CIF(ISNUUL(Nteknarne _..c),Nicknamec,Firstftame)
- DIF(NOT(BLANKVALUE(Nickname__c)),Nickname__c, FirstName)
How the community answered
(22 responses)- A73% (16)
- B9% (2)
- C5% (1)
- D14% (3)
Community Discussion
No community discussion yet for this question.