Friday, October 11, 2024

How To Register The Plugin Step

The plugin steps needs to be created after plugin registration is successful. Open your Plugin Registration Tool OR open you Plugin Registration Tool from XrmToolBox.

Follow below steps to register the Plugin steps.

1. Go to your registered Plugin DLL => Select your Plugin class => Right click on it => Select the Register New Step

2. In the this new window fill the information as below.

A. Message: Messages are mentioned the event of your plugin like Create, Update, Delete, Associate etc.
B. Primary Entity: Primary Entity mentioned on which entity/table your plugin code will be execute.
C. Event: Here Eventing Pipeline Stage of Execution are mentioned at where your plugin code will be execute like Pre-Validation, Pre-Operation and Post-Operation. 


No comments:

Post a Comment

Hide And Show The Dynamics 365 CRM Button Based On Logged In User Security Roles

 In this post I am going to explain how you will hide and show the Ribbon/Command buttons based on logged in user security rule. I have one ...