Siebel EAI Adaptor Synchronize method
Hello All,
I had a query regarding the Synchronize method of Siebel EAI Adaptor.
I have checked bookshelf and could not find any cons for using this method of Siebele EAI Adaptor.
My current requirement is to replace all existing records in Siebel database(Personal address component) with records from an External system.
I used Sychronize as a standalone method however it did not delete records from an intersection table.
This was then replaced with Delete followed by Sychronize method and it works fine.
I understand I could have used Delete followed by Insert.
However, is there any reason i should not use Delete followed by Synchronize?