List of questions
Related questions
Question 289 - PL-400 discussion
A company is testing a Microsoft Dataverse plug-in in an environment. The plug-in works in post-operation mode and performs the update of the Account entity.
During testing, a user observes that the plug-in unintentionally triggers a synchronous third-party ISV plug-in.
You need to modify the system design to avoid unwanted triggering of the third-party plug-in.
What should you do?
Disable the existing third-party plug-in by using the Plug-in Registration Tool.
Use UpdateRequest with the BypassCustomPluginExecution parameter and Execute method of the Organization service.
Update the code of the third-party ISV plug-in to ignore updates caused by the new plug-in.
Update the code of the new plug-in to use InputParameters of Plugin Execution Context.
0 comments
Leave a comment first