exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 5 question 45 discussion

Actual exam question from Microsoft's PL-400
Question #: 45
Topic #: 5
[All PL-400 Questions]

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?

  • A. Disable the existing third-party plug-in by using the Plug-in Registration Tool.
  • B. Use UpdateRequest with the BypassCustomPluginExecution parameter and Execute method of the Organization service.
  • C. Update the code of the third-party ISV plug-in to ignore updates caused by the new plug-in.
  • D. Update the code of the new plug-in to use InputParameters of Plugin Execution Context.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Juan0414
3 months, 3 weeks ago
Selected Answer: B
Correct! https://learn.microsoft.com/en-us/power-apps/developer/data-platform/bypass-custom-business-logic?tabs=sdk
upvoted 1 times
...
pey
7 months, 3 weeks ago
Selected Answer: B
B seems to be the most appropriate solution. It provides a targeted approach to bypass custom plug-in execution during the update operation, specifically addressing the scenario of unwanted triggering of the third-party ISV plug-in.
upvoted 1 times
...
CiscoWAU
1 year, 1 month ago
Correct. Use the BypassCustomPluginExecution optional parameter to bypass custom synchronous logic. The alternative to using this optional parameter is to locate and disable the custom plug-ins that contain the synchronous business logic. But disabling plug-ins means that the logic is disabled for all users... https://learn.microsoft.com/en-us/power-apps/developer/data-platform/bypass-custom-business-logic?tabs=sdk
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...