Hello,
Explain what are the difference between synchronous and asynchronous in the context of BDC?
Thanks in advance.
Updated May 18, 2018
Hello,
Explain what are the difference between synchronous and asynchronous in the context of BDC?
Thanks in advance.
Comments
Synchronization: means it will update record by recod, wait for first record update.
Asynchronous: means will update all records don't wait for next recod. If any record fails syncronus it will stop but in asynchronous it will continue.