Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

How to register a plugin for a Global Custom Action using CRM Toolkit

$
0
0

Scenario: I have a custom action that is registered against global (None), but I want to create a plugin that will execute my logic when the action is invoked. These are the steps I took to register the plugin using the CRM toolkit.

  • Create a plugin against any entity in the system, I prefer to use the system user entity. Select the normal plugin setting i.e. Message, Pipeline Stage etc.
  1. 1Then modify the plugin created in step 1, first update the message to the name of your custom action, secondly update the name of the entity to an empty string

2

2.1

3

  • Open the RegisterFile of the CrmPackage and update the plugin created in step 1. Firstly update the MessageName to your custom action name, secondly remove the PrimaryEntityName="systemuser" tag completely and save the file.

4

4.1

4.2

4.3

  • Rebuild your project, deploy and test.

Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images