List of questions
Related questions
Question 168 - Certified Platform App Builder discussion
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.
AND( ISBLANK(Lead.Owner.Id) )
B.
NOT(ISNEW() && ISBLANK(Lead.Owner:Queue.Id))
C.
AND(ISNEW(), ISBLANK(Lead.Owner:User.Id))
D.
NOT(ISBLANK(Lead.Owner:Queue.Id))
Your answer:
1 comments
Sorted by
0
Jacques Lesteven
Edited 10 days ago
Voted D
my answer
Reply