Certified Pega Decisioning Consultant v8.0 — Question 23
In a strategy, how can you check if a customer rejected a proposition?
Answer options
- A. Check if ".pyRejected" value is equal to "True".
- B. Check if ".pyOutcome" value is equal to "Rejected".
- C. Check if ".pyResponse" value is equal to "Rejected".
- D. Check if ".pyResult" value is equal to "Rejected".
Correct answer: B
Explanation
The correct answer is B because the '.pyOutcome' attribute specifically indicates the result of the customer's decision, and 'Rejected' is the value that confirms rejection. Options A, C, and D are incorrect as they reference other attributes or values that do not directly indicate the customer's decision regarding the proposition.