To register a new step in the plugin class, the user can just right-click on the plugin class appearing under the plugin assembly. One the user does that, the following screen should load up:
Mentioned here are some of the key terms along with their definitions:
- Message: This describes the event on which we are registering the plugin. Possible values can be Create, Update, Delete, Retrieve, RetrieveMultiple, AddListMembers, and so on. Basically, most of the actions that are happening in Dynamics CRM will have an associated message on which we can write a plugin.
- Primary entity: This is the Dynamics CRM object on ...