List of questions
Related questions
Question 86 - Certified Platform App Builder discussion
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?
A.
IF(NOT(ISBLANK(Nickname__c)), Nickname_c,FirstName)
B.
IF(TEXT(Nfckname__c), Nickname_c,FirstName)
C.
IF (ISNUUL(Nteknarne _..c),Nicknamec,Firstftame)
D.
IF(NOT(BLANKVALUE(Nickname__c)), Nickname__c, FirstName)
Your answer:
1 comments
Sorted by
0
Jacques Lesteven
Edited 20 days ago
Voted A
My answer
Reply