Skip to content

BypassPluginExecution not responding as expected #228

Answered by MattB-msft
TomWinton asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @TomWinton ,
Thanks for your question... what you are seeing is by design, use of the bypasspluginexecution is intended to be non-standard, and thus it's something that you do need to add code to use.

If you form a Create Request directly and call any of the .Execute* methods, the system will process the bypass and bypass plugins where it is allowed. You can also use the helpers provide in the system to support calling a create operation while passing bypass plugins ( .CreateRecord ) for example.

The baseline IOrganizaitonService interface methods such as .Create do not support that form of modification and we currently do not intend to expose it.

In the CrmServiceClient we added a cla…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@TomWinton
Comment options

@JimDaly
Comment options

Answer selected by TomWinton
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #223 on January 07, 2022 19:46.