I have a order database. We receive and order from the customer and it is porcess by the system. If an item is short (not enough stock) on the order it creates a new record with the items that is short and an indicator that this is a back order.
I need to set a trigger that send an email every time a back order is created with the order number from the new record.
I'm very green on triggers so as much help as possible on this one would be appreciated.
The 3 fields involve are
INTERNAL_SHIPMENT_NUM
SHIPMENT_ID
USER_DEF2 (this would be set to BO if its a back order)
Thanks
I need to set a trigger that send an email every time a back order is created with the order number from the new record.
I'm very green on triggers so as much help as possible on this one would be appreciated.
The 3 fields involve are
INTERNAL_SHIPMENT_NUM
SHIPMENT_ID
USER_DEF2 (this would be set to BO if its a back order)
Thanks