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. |
Wednesday, July 7, 2021
Difference between Sync AND Async Plug-ins
Subscribe to:
Post Comments (Atom)
Featured Post
How to Submit Form Data Dynamically in JavaScript Using FormDataHandler
Form Submission Using FormDataHandler The FormDataHandler class provides various methods to handle form submissions dyn...
-
GST Questions and Answers Q51) How do you handle ITC on goods sent for job work? ...
-
Plugin Interview Questions: 1. Explain in details about the event execution pipeline. 2. When do we register a plugin in a...
-
Automate Data Management in Excel with VBA: A Comprehensive Guide Managing data in Excel can be a tedious task, especially w...
No comments:
Post a Comment