A User ID always starts with "005", Lead.Owner can be either queue or user. We want to update the lead only when the user takes ownership. So the answer is C.
A
The answer is A: NOT(ISBLANK([Lead].OwnerId)) because the criteria needs to check if the owner field is not blank. If the owner is a user or queue, then the lead's status can be updated. This ensures that the process only runs for leads that have an owner, avoiding errors.
A. NOT(ISBLANK([Lead].OwnerId))
Explanation:
The correct criteria to ensure the process runs without error is:
A. NOT(ISBLANK([Lead].OwnerId))
This criteria checks if the OwnerId of the Lead is not blank, meaning it has an owner. When a user takes ownership of the lead, the OwnerId is updated, and this criteria will be satisfied, allowing the process to run. It's a straightforward way to ensure that the process only triggers when there is a change in ownership.
CHAT GPT
Its 100% C
The reason for this is all USER ids start with 005, the BEGINS formula is checking if the start of the userid of the owner on the lead record begins with 005.
A is wrong because as the question states, the process should start ONLY when a USER takes ownership not when a queue does.
It is 100% C in this scenario
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
cosmosfi
Highly Voted 1 year, 8 months agowlthorn
Highly Voted 1 year, 9 months agoYOOGI1234
Most Recent 8 months, 1 week agonmn01
11 months, 1 week agosfreesway
1 year, 5 months agoExamTube
1 year, 6 months agosfreesway
1 year, 5 months agoAlmuquerque
1 year, 7 months agosasasasasasa
1 year, 9 months agosasasasasasa
1 year, 9 months ago