In a strategy, how can you check if a customer rejected a proposition?
In a strategy, how can you check if a customer rejected a proposition?
In a strategy, to check if a customer rejected a proposition, it would be appropriate to verify if the '.pyOutcome' value is equal to 'Rejected'. .pyOutcome typically stores the result or outcome of a proposition made to a customer, which includes whether it was accepted or rejected.
Answer "seems" to be B. here i.e. "Check if .pyOutcome value is equal to 'Rejected'"
B is the Right Answer