Hi there,
When I create a subscription using recurring orders and indicate I don't want to start until a future date (say, tomorrow), the order process completes fine, creates the recurring order to start tomorrow but then *also sends the order to the ERP*! That shouldn't happen as it would create the order there immediately, and not tomorrow.
Two questions:
1. Can this be improved in standard live integration?
2. What can I do today t prevent this without a new version of LI? I think I can subscribe to Dynamicweb.Ecommerce.DynamicwebLiveIntegration.Notifications.Order.OnBeforeSendingOrderToErp and Cancel the submission when it's a recurring order and its first date is in the future. But how do I find this out? Do I use the RecurringOrder class and load an instance with the Order's RecurringOrderId and then check the StartDate or is there a simpler way?
Thanks!
Imar