Salesforce Certified Platform App Builder (Plat-Admn-202) Platform-App-Builder Question # 81 Topic 9 Discussion

Salesforce Certified Platform App Builder (Plat-Admn-202) Platform-App-Builder Question # 81 Topic 9 Discussion

Platform-App-Builder Exam Topic 9 Question 81 Discussion:
Question #: 81
Topic #: 9

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))


Get Premium Platform-App-Builder Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.