17.0k views
3 votes
In a strategy, how can you check if a customer rejected a proposition?

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".

User Stefan
by
8.7k points

1 Answer

2 votes

Final answer:

To check if a customer rejected a proposition, you should check if the value of the ".pyOutcome" field is equal to "Rejected."

Step-by-step explanation:

When checking if a customer rejected a proposition, you should check if the value of the ".pyOutcome" field is equal to "Rejected."

This field typically represents the outcome or decision made by the customer. If the value of ".pyOutcome" is equal to "Rejected," then it indicates that the customer has rejected the proposition.

User SimonVT
by
7.9k points