Hi everyone,
I found that with the Developer Toolkit, the generated template codes are tied in to entity, stage and message, for example, if I want to create a plugin to fire on Create of an an Account on Post Operation stage, it would generate a class ExecutePostAccountCreate and then I just fill in the details.
While this is fairly convenience way to develop plugin, however, I have some questions:
- What if on Create of an an Account on Post Operation stage, I want to fire multiple plugins ?
- What if I want to disable/enable individual step for some reasons (i.e debugging CRM behavior without access to source code)
- What if I want to have generic plugin that can be used for multiple entities and can turn on/off without effecting other plugins. Let's say I have SharePoint plugin that create folder hierarchy in SharePoint and create document location record in CRM. I want to it run in any entity by creating step for that entity. Using Developer Toolkit require me to modify code, recompile and upload again.
Thank you for your answers
*This post is locked for comments