Hi,
I need to get a collection of all orders, completed within a certain period of time, by the customer himself or by impersonation.
If I use the CustomerOrderCollection, loading it with the customers ID, I will not get the ones completed by impersonation.
I've setup impersonation to only mark the order, with the impersonated user.
I'm using the CustomerOrderCollectionFilter to filter the orders afterwards, so using the normal OrderCollection is not an option here.
Is the only way, to change the settings of impersonation, to replace the current user with the impersonated user?
Best regards
Kurt Moskjaer Andersen