Wednesday, July 7, 2021

Difference between Sync AND Async Plug-ins

SYNCHRONOUS PLUG-INS ASYNCHRONOUS PLUG-INS
These Plug-ins are executed by the CRM Core System These plug-ins are executed by Asynchronous service
Synchronous means the triggering point will wait until the Plug-in finish its execution. Triggering event don’t wait to finish the Asynchronous plug-in to complete.
Generally, we use Synchronous plug-ins to do validations before any actions happened, any action that should be performed immediately. It give lesser performance compare to Asynchronous plug-ins.
Generally, we use this plug-in to improve the server performance. If the Plug-in logic takes more time and that need to not to be happen immediately then we can go with these plug-ins.

No comments:

Post a Comment

Featured Post

Construction Result Summary Jun-2019