I am using Event Manager (KnowledgeSync) with Progression SQL to email customers an order acknowledgement. The event currently runs once per order. We would like this to re-trigger if the order changes, or if some items are backordered then re-trigger when the BO is filled.
Any ideas on how to track these changes? Need multiple events? I thought about using oeordhdr_sql.shipping_dt. Shipping_dt = 0 when the order is initially entered - this can be the first ack email. Use change to shipping_dt to inform that the order has shipped? Maybe track changes to a few keys fields such as number of line items, qty ordered, price ?
Anyone already do an event like this?
Thanks.
Any ideas on how to track these changes? Need multiple events? I thought about using oeordhdr_sql.shipping_dt. Shipping_dt = 0 when the order is initially entered - this can be the first ack email. Use change to shipping_dt to inform that the order has shipped? Maybe track changes to a few keys fields such as number of line items, qty ordered, price ?
Anyone already do an event like this?
Thanks.