How to Ensure Dataverse Business Logic Runs Within Transactions?
Table of Contents
Question
You are creating business logic that performs operations on data in Dataverse.
You need to ensure the business logic is performed as part of a Dataverse transaction.
Which two actions should you perform? Each correct answer presents a complete solution.
Select all answers that apply.
A. Build a Dataverse plug-in.
B. Create a Power Automate cloud flow.
C. Register a webhook for an Azure function.
D. Register a service endpoint for Azure Service Bus.
Answer
A. Build a Dataverse plug-in.
C. Register a webhook for an Azure function.
Explanation
This item tests the candidate’s knowledge of when to use serverless computing, plug-ins, or Power Automate.
For the business logic to be performed as part of the transaction, the business logic must run synchronously. Both Dataverse plug-ins and webhooks can be configured to run synchronously. Power Automate cloud flows are triggered and run asynchronously. Integration with Service Bus is performed asynchronously.
Microsoft Power Platform Developer PL-400 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Power Platform Developer PL-400 exam and earn Microsoft Power Platform Developer PL-400 certification.