I have a generic inquiry that detects when a new order exists meeting the following criteria. Warehouse = ‘XX’ and InventoryID = ‘XXXXX’.
The original order has a warehouse of ‘YY’. I can update the warehouse to ‘XX’ two seperate ways.
- Going directly into the sales order and change the warehouse from ‘XX’ to ‘YY’. The business event fires as expected.
- Mass Updating the warehouse from a standalone generic inquiry from ‘XX’ to ‘YY’. I do NOT go into the sales order to update the warehouse. The business event does NOT fire.
The trigger conidition on the business event is record inserted.