Hi,
I'm using a Dynamicweb.Notifications.eCommerce.Order.AfterSave subscriber to send out mails with the order to specific persons. I've set up some conditions so that if the stock level is < 10, the mail is sent to one person and if it is >= 10 then it is sent to another person.
The solution I want to use this on, is using the Liveintegration, so my question is: Does the AfterSave subscriber look at the stock level in DW or the stock level in NAV? (I'm hoping for the last one :-))