ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 147 - Certified Platform App Builder discussion

Report
Export

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?

A.
BEGINS([Lead].OwnerId, ,,005')
Most voted
Answers (1)
Most voted
A.
BEGINS([Lead].OwnerId, ,,005')
B.
[Lead].Owner:User.Role Is Null = False
Answers
B.
[Lead].Owner:User.Role Is Null = False
C.
[Lead].Owner:Queue.OwnerId Is Null = True
Answers
C.
[Lead].Owner:Queue.OwnerId Is Null = True
D.
NOT(ISBLANK([Lead].OwnerId))
Answers
D.
NOT(ISBLANK([Lead].OwnerId))
Suggested answer: D

Explanation:

The app builder needs to have NOT(ISBLANK([Lead].OwnerId)) in the criteria to ensure the process runs without error. This formula checks if the OwnerId field on the Lead object is not blank, which means that the lead is owned by a user or a queue. This will prevent the process from running on leads that are not owned by anyone, which could cause an error. Option A, B, and C are not formulas that can ensure the process runs without error.

asked 23/09/2024
Lee Greenshields
37 questions
User
Your answer:
1 comments
Sorted by
Up
0
Down
User
Jacques Lesteven

Edited 10 days ago

Voted A

my answer

Reply
Reply
Report