Update Method
This method is similar to the Synchronize method, except that the EAI Siebel Adapter returns an error if no match is found for the root component; otherwise, it updates the matching record and synchronizes all the children.
Note: During an update operation, the EAI Siebel Adapter expects a single
record to be returned from the user key search. If more than one record
is returned, then EAI Siebel Adapter throws an error.
For example, if you send an order with one order item to the EAI Siebel Adapter, then it will take the following actions:
Queries for the order, and if it finds a match, then it updates the record.
Updates or inserts the new order item depending on whether a match was found for the new order item.
Deletes any other order items associated with that order.