Hi Gurus,
I am working on a project where I am importing in orders from an external vendor. I will need to validate the information prior to loading it into our ERP system and then send a response with shipping information once we have processed and shipped the order.
I wanted to see how others would track the steps necessary to make this happen. Not looking for code just wanted to get an idea of how others would track where they are at in the process? Do you write records for all the necessary steps..do you use flags, etc.
We currently use C#, Oracle DB, and BPEL
Process Steps:
- Import order information into staging table.
- Validate order information (as much as possible) prior to loading into ERP system.
- If validation fails send notification, if passes send to ERP.
- Perform further validation on order (sufficient QTY, etc). If fails send notification to vendor...if passes let proceed through to shipping.
- Ship Order.
Just wanted to see how others would approach tracking these steps?
Any info/suggestions would be greatly appreciated.
--s