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

A) Check if ".pyOutcome" value is equal to "Rejected".
B) Check if ".pyResult" value is equal to "Rejected".
C) Check if ".pyResponse" value is equal to "Rejected".
D) Check if ".pyRejected" value is equal to "True".

User Vextasy
by
8.3k points

1 Answer

3 votes

Final answer:

In a strategy, there are different ways to check if a customer rejected a proposition.

Step-by-step explanation:

In a strategy, to check if a customer rejected a proposition, you can use the following methods:

  1. Check if .pyOutcome value is equal to "Rejected".
  2. Check if .pyResult value is equal to "Rejected".
  3. Check if .pyResponse value is equal to "Rejected".
  4. Check if .pyRejected value is equal to "True".

By using any of these methods, you can determine if the customer rejected the proposition based on the values of the respective properties.

User Victor Behar
by
7.6k points