Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Platform App Builder All Questions

View all questions & answers for the Certified Platform App Builder exam

Exam Certified Platform App Builder topic 1 question 493 discussion

Actual exam question from Salesforce's Certified Platform App Builder
Question #: 493
Topic #: 1
[All Certified Platform App Builder Questions]

Universal Containers manages leads in a Lead qualification queue where sales reps can accept ownership of the Lead. Campaign members are required to have a sales owner.

What validation rule should an app builder configure?

  • A. NOT(ISNEW() && ISBLANK(Lead.Owner:Queue.Id))
  • B. NOT( ISBLANK(Lead.Owner:Queue.Id))
  • C. AND( ISBLANK(Lead.Owner.Id) )
  • D. AND(ISNEW(), ISBLANK(Lead.Owner:User.Id))
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Justinemj
1 week ago
Should be AND(ISNEW(), ISBLANK(Lead.Owner:User.Id)). Validation Rule will block saving the record when it is blank for this field.
upvoted 1 times
...
tknsn
1 year ago
Selected Answer: B
bbbbbbbbbbbbb
upvoted 1 times
...
BorisBoris
1 year, 3 months ago
B. If you want to ensure that a Lead in the qualification queue has a sales owner assigned (not belonging to a queue), you can use this validation rule:
upvoted 3 times
...
Maykul
1 year, 6 months ago
Is this answer correct? I think it is B.
upvoted 3 times
ExamTube
1 year, 5 months ago
I guess you are right. It should be B.
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...