| 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
questions for improvement
using ExamTopics; using Newtonsoft.Json; using Microsoft.Web.WebView2.WinForms; using System; using System.Collections.Generic; using System...
-
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...
-
GAC (Global Assembly Cache):- Plugin stored in GAC does not support Dynamics 365 Online. Plugin does not backed up with d...
No comments:
Post a Comment