Plug-in development
Applies To: Dynamics CRM 2015
A plug-in is custom business logic (code) that you can integrate with Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online 2015 Update to modify or augment the standard behavior of the platform. Another way to think about plug-ins is that they are handlers for events fired by Microsoft Dynamics CRM. You can subscribe, or register, a plug-in to a known set of events to have your code run when the event occurs.
For more information about plug-in run-time execution, see Event execution pipeline.
In This Section
Understand the data context passed to a plug-in
Walkthrough: Register a plug-in using the plug-in registration tool
Walkthrough: Configure assembly security for an offline plug-in
Sample: Create a basic plug-in
Sample: Web access from a sandboxed plug-in
Related Sections
Write plug-ins to extend business processes
Authenticate users with Microsoft Dynamics CRM web services
© 2016 Microsoft. All rights reserved. Copyright