Prvbypasscustombusinesslogic -
use this for operations initiated by a standard user interface action unless you have a very specific architectural reason.
It is important to note that bypassing business logic is not a right given to every user. In Dynamics 365, this ability is tied to the specific privilege: . prvbypasscustombusinesslogic
The privilege is a specialized security permission in Microsoft Dataverse that allows users to execute data operations while skipping custom-registered plug-ins and workflows. This is primarily used by developers and administrators to improve the performance of bulk data operations, such as migrations or large integrations. Core Functionality use this for operations initiated by a standard
However, treat it like a surgical scalpel, not a sledgehammer. Use it to trim away unnecessary processing during migration, but never use it to bypass logic that protects the validity of your business data. The privilege is a specialized security permission in
POST https://yourorg.crm.dynamics.com/api/data/v9.2/accounts MSCRM.BypassCustomBusinessLogic: true Content-Type: application/json