In this post we are going to explain what is Plugin into Dynamics 365 CRM/CE.
Plugins are the custom code/logic which is created by using C# Programming language. These plugin (custom code/logic) are used to extend the functionality of Dynamics 365 CRM/CE.
There are lot of scenarios and requirements which is not achieved by using with OOB (Out Of the Box) functionality. So you have to go to with Plugins.
Plugins execution are fast and it's provide the lot of events, messages, actions etc. to perform your operations.
Following are some points which is required to you have good knowledge for working on the Plugins.
1. Knowledge of Dot Net Framework.|
2. C# Programming Language.
3. OOPS concept.
4. Dynamics 365 CRM/CE good functional knowledge.
In our next post we will explain the How to create the plugin.
No comments:
Post a Comment