Skip to main content

CustomLogicBypass

  • Namespace: PPDS.Dataverse.BulkOperations
  • Assembly: PPDS.Dataverse
  • Kind: Enum
  • Implements: IComparable, IConvertible, IFormattable, ISpanFormattable

Summary

Specifies which custom business logic to bypass during bulk operations.

Members

Fields

All

CustomLogicBypass All

Bypass all custom plugins and workflows (both sync and async). Does not affect Power Automate flows. Maps to Dataverse parameter: BypassBusinessLogicExecution: "CustomSync,CustomAsync"

Asynchronous

CustomLogicBypass Asynchronous

Bypass asynchronous custom plugins and workflows. Does not affect Power Automate flows. Maps to Dataverse parameter: BypassBusinessLogicExecution: "CustomAsync"

None

CustomLogicBypass None

No bypass - execute all custom business logic (default).

Synchronous

CustomLogicBypass Synchronous

Bypass synchronous custom plugins and workflows. Maps to Dataverse parameter: BypassBusinessLogicExecution: "CustomSync"