web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

BypassCustomPluginExecution not working on On-Premise CRM instance

(0) ShareShare
ReportReport
Posted on by 28,983 Moderator

Hi community,

https://learn.microsoft.com/en-us/power-apps/developer/data-platform/bypass-custom-business-logic?tabs=sdk

BypassCustomPluginExecution is not working even if I use latest version of Microsoft.crmsdk.xrmtooling.coreassembly package.

CRM INSTANCE VERSION - 9.1.14.17

PLUGIN IS STILL GETTING EXECUTED EVEN THOUGH I PASS TRUE VALUE .

CrmServiceClient.BypassPluginExecution=true:

Please help!

Is this functionality not supported on on-premise version of dynamics CRM??

I have the same question (0)
  • Verified answer
    Bipin D365 Profile Picture
    28,983 Moderator on at
    BypassCustomPluginExecution not working on On-Premise CRM instance
    This feature is not supported on on-premise instance as confirmed by Microsoft 
  • a33ik Profile Picture
    84,331 Most Valuable Professional on at
    RE: BypassCustomPluginExecution not working on On-Premise CRM instance

    Then it is what it is. In order to be sure I would recommend getting in touch with Microsoft - they will know it for sure. The feature was released around 2 years ago and it was a time when Online and On-Prem were not the same.

  • Suggested answer
    Bipin D365 Profile Picture
    28,983 Moderator on at
    RE: BypassCustomPluginExecution not working on On-Premise CRM instance

    Hi,

    I already tried this approach and it seems to be not working

  • Verified answer
    a33ik Profile Picture
    84,331 Most Valuable Professional on at
    RE: BypassCustomPluginExecution not working on On-Premise CRM instance

    Hello Bipin,

    That might be a case that this additional parameter is not supported in onprem.

    I might be wrong but in order to bypass plugin execution you have to set the parameter of the request like:

       Entity account = new("account");

       account["name"] = "Sample Account";

       CreateRequest request = new()

       {

           Target = account

       };

       request.Parameters.Add("BypassCustomPluginExecution", true);

       service.Execute(request);

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 258

#2
MVP-Daniyal Khaleel Profile Picture

MVP-Daniyal Khaleel 182

#3
Tom_Gioielli Profile Picture

Tom_Gioielli 125 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans