Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.15 KB

ExtendedPlugin.cs

Extended Plugin.cs which makes DAXIF# able to synchronize plugins to a CRM solution, without the use of the PluginRegistration tool.

Different version of the plugin.cs exist as DAXIF# PluginSync have been extended to incoporate more function in order to replace the use of

Example of how to use it can be found here.

For DAXIF# v2.2.0.7

Extended to handle user context for which a plugin can be executed under. Plugins can now accept a GUID of a user entity in the CRM system. The GUID will be tested if it points to a valid user entity in the system

For DAXIF# v2.1+

Extended to handle more parameters for steps

  • Deployment Mode
  • ExecutionMode
  • Step Name
  • ExecutionOrder
  • FilteredAttributes

Images can also be added to a plugin with the parameters

  • Image Name
  • Entity Alias
  • ImageType
  • Attributes

For DAXIF# v2.1+

Extends plugin to enaable Daxif# to sync plugins with the parameters

  • The full assembly name of the class containing the RegisteredEvents
  • The Pipeline Stage
  • The Event Operation
  • Logical Entity Name (or empty for all)