Salesforce
CRT-403 · Question #192
Cloud Kicks has leads owned by users and queues. The sales manager wants the status to change to working when a user takes ownership. What does an app builder need to have in the criteria to ensure…
The correct answer is D. NOT(ISBLANK([Lead].OwnerId)). See the full explanation below for the reasoning.
Question
Cloud Kicks has leads owned by users and queues. The sales manager wants the status to change to working when a user takes ownership. What does an app builder need to have in the criteria to ensure the process runs without error?
Options
- ABEGINS([Lead].OwnerId, ,,005")
- B[Lead].Owner:User.Role Is Null = False
- C[Lead].Owner:Queue.OwnerId Is Null = True
- DNOT(ISBLANK([Lead].OwnerId))
How the community answered
(37 responses)- A14% (5)
- B8% (3)
- C3% (1)
- D76% (28)
Community Discussion
No community discussion yet for this question.