I've created a custom action that will be triggering a plug-in on the action's name (Action name used as a message), from the form ribbon button. So basically almost all plug-ins will use the Target entity object from the executionContext.inputparameters["Target"]
. I've read that "Target" keyword for the parameters is reserved in the Actions.
My question is- In order to pass the Target object to the action so that it can be used / available in the plug-in, do I need to exclusively create the "Target" argument and pass value to it in the Action invocation (from ribbon button - javascript)?. How can i pass Target argument so that it's available for the Plug-in since no images are available for the custom messages. Does the type need to be an EntityReference or Entity. Any help appreciated.