andypopkin / XrmToolBox-BulkDeleteTool

Andy Popkin's Bulk Delete Tool for XrmToolBox
2 stars 3 forks source link

Added the option to Bypass Custom Plugin execution #4

Open Prospero100 opened 2 years ago

Prospero100 commented 2 years ago

I've added a mechanism for the user to choose whether the bulk delete bypasses any custom plugins registered on that event. In the UI I've added a checkbox to give a boolean option. Default is no. In the code I've added the parameter "BypassCustomPluginExecution" to the delete requests. If this is set to true then the delete request won't trigger custom plugins that are registered on that event/entity pairing.