New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce CRT-403 Exam - Topic 2 Question 70 Discussion

Actual exam question for Salesforce's CRT-403 exam
Question #: 70
Topic #: 2
[All CRT-403 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: D

The formula that should be used to select the contact's preferred name for email communications is IF(NOT(BLANKVALUE(Nickname__c)),Nickname__c, FirstName). This formula checks if the Nickname__c field is blank or null, and if not, it returns the value of the Nickname__c field. Otherwise, it returns the value of the FirstName field.


Contribute your Thoughts:

0/2000 characters
Cecilia
2 months ago
Wait, is C even a valid formula? Looks off to me.
upvoted 0 times
...
Tesha
3 months ago
I think D is better, uses BLANKVALUE which is more reliable.
upvoted 0 times
...
Tenesha
3 months ago
Option A looks solid, checks for Nickname first.
upvoted 0 times
...
Santos
3 months ago
Why isn't Nickname required? Seems like a missed opportunity.
upvoted 0 times
...
Yuriko
3 months ago
A is definitely the right choice, straightforward logic!
upvoted 0 times
...
Lindsey
3 months ago
Option B seems off to me; I don't think TEXT is needed for a text field like Nickname__c.
upvoted 0 times
...
Tenesha
4 months ago
I think I might have seen a question similar to this one, but I can't recall if we used ISNULL or ISBLANK.
upvoted 0 times
...
Krystina
4 months ago
I'm not entirely sure, but I feel like option D looks familiar. It mentions BLANKVALUE, which we discussed in class.
upvoted 0 times
...
Allene
4 months ago
I remember we practiced using the NOT and ISBLANK functions, so I think option A might be the right choice.
upvoted 0 times
...
Cherelle
4 months ago
Ugh, these Salesforce formula field questions always trip me up. I'm going to have to really focus on this one and make sure I understand the requirements before selecting an answer.
upvoted 0 times
...
Jesus
5 months ago
This looks like a classic Salesforce formula field question. I've seen these before, so I'm feeling pretty confident. I think option D is the way to go, but I'll double-check the syntax just to be sure.
upvoted 0 times
...
Clorinda
5 months ago
Okay, let me think this through. We need to use a formula to select the contact's preferred name for email communications, and the Nickname__c field is optional. I'm leaning towards option A, but I want to double-check the syntax.
upvoted 0 times
...
Tracey
5 months ago
Hmm, I'm a little unsure about this one. The wording of the question is a bit tricky, and I want to make sure I understand the requirements correctly before answering.
upvoted 0 times
...
Curtis
5 months ago
I think this question is pretty straightforward. The key is to use the IF function to check if the Nickname__c field has a value, and if so, use that value, otherwise use the FirstName.
upvoted 0 times
...
Matilda
5 months ago
Ah, the old 'BLANKVALUE' function. I haven't seen that one in a while. It works, but I prefer the more modern 'NOT(ISBLANK())' approach. Option A gets my vote.
upvoted 0 times
...
Marge
6 months ago
I think the answer is A.
upvoted 0 times
...
Isabelle
7 months ago
Haha, 'Nteknarne _..c'? What kind of field name is that? I'm pretty sure that's not a valid Salesforce field. I'm going to have to go with option A on this one.
upvoted 0 times
Ozell
5 months ago
Yeah, 'Nteknarne _..c' doesn't sound right at all. Option A is definitely the way to go.
upvoted 0 times
...
Gerri
6 months ago
Option A is the correct formula to use in this case.
upvoted 0 times
...
...
Gail
7 months ago
Okay, let's see... the question is asking about how to select the contact's preferred name for email communications. I'd say option A looks good - it checks if the Nickname__c field is not blank, and if so, it uses that value, otherwise it falls back to the FirstName field.
upvoted 0 times
...

Save Cancel