Salesforce
CRT-403 · Question #216
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…
The correct answer is D. NOT( ISBLANK(Lead.Owner:Queue.Id)). See the full explanation below for the reasoning.
Question
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?
Options
- AAND( ISBLANK(Lead.Owner.Id) )
- BNOT(ISNEW() && ISBLANK(Lead.Owner:Queue.Id))
- CAND(ISNEW(), ISBLANK(Lead.Owner:User.Id))
- DNOT( ISBLANK(Lead.Owner:Queue.Id))
How the community answered
(50 responses)- A4% (2)
- B8% (4)
- C16% (8)
- D72% (36)
Community Discussion
No community discussion yet for this question.