Search code examples
dynamics-crmdynamics-crm-365xrmtoolbox

Dynamics 365: Prevent firing plugin execution while updating record


I want to update a field without firing the plugin execution. I tried to update it with SQL 4 CDS from Xrmtoolbox, but the plugin executes and I get a timeout error. This plugin is updating all child records, but at this case we want to bypass this.

Is there a way to achieve this ?


Solution

  • I found a way to update record without triggering plugins. At SQL 4 CDS, in Settings menu there is an option "Bypass custom plugins" as you can see at the screenshot below. By checking this option, you can update the record without triggering plugin execution

    Bypass custom plugins