Bypass business logic for hassle free migration

Important

This content is archived and is not being updated. For the latest documentation, go to Microsoft Dataverse documentation. For the latest release plans, go to Dynamics 365, Power Platform, and Cloud for Industry release plans.

Enabled for Public preview General availability
Users by admins, makers, or analysts May 1, 2024 Sep 30, 2024

Business value

By enabling this capability, IT admins, makers, or developers can bypass Microsoft Dataverse plug-ins at the request level before the migration starts. So, you can rapidly migrate your data without having to deal with workflow execution.

Feature details

Supported logic to bypass during data ingestions:

  1. BypassBusinessLogicExecution: Pass the values CustomSync, CustomAsync, or CustomSync, CustomAsync to this optional parameter to bypass synchronous logic, asynchronous logic, or both.
  2. BypassBusinessLogicExecutionStepIds: Pass a comma separated list of plug-in step registrations to bypass only the specified plug-in steps.
  3. BypassCustomPluginExecution: Bypass only synchronous logic. This optional parameter is supported, but not recommended. Use BypassBusinessLogicExecution with the CustomSync value to get the same result.