How is data entered in your application?
- First in PurchaseOrder, then in OrderLines?
Yes, first there is a PurchaseOrder inserted on one table, then one (or many) OrderLines are associated with the PO on the other table, one by one.
- Do you have some flag in the Purchase Order that says, entry for PurchaseOrder Lines is Completed?
No I don’t. The Adapter Notification is monitoring for an insert on both tables (using a join). When there is an insert that matches the join condition the document type is published by IS. The problem is the document type is automatically generated, and it doesn’t have a document list (the OrderLines).
Thanks again Chirag
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards