Question
Strategy giving no results
The top level wrapper strategy at the Data-Decision-Customer-Request class doesn't seem to give out any results. I have tested the sub strategy that is available at the customer class, which seems to behave as expected. This means that the issue is either in the way I am testing the top level strategy or in the way the top level strategy calls the sub strategy.
1) I am using a data transform to test the top level strategy in the "Test run" panel. In the data transform, I load a pre-defined customer in the .Customer property in the Data-Decision-Customer-Request class.
2) I have attached the context by which the top level strategy calls the sub strategy.
What am I missing here?
Many thanks in advance.