CRM 2013 Custom Action Plugin not firing
Wondering if someone could give me a bit of help. I am trying to use custom actions from CRM 2013, what I have is a custom action "Clone" defined as below. I have a very simple clone record plugin that clones the passed in target entity and returns the new entity as an output parameter. The plugin is registered to fire on the Custom action, my plan was to fire this from JavaScript but the plugin never fired so for the time being to test I have been firing this from another plugin. Using the below code. The other plugin fires and hits the call to the execute method but the other plugin never