Which permissions does a managed identity have on Microsoft Dataverse data?
Correct : A
Start a Discussions
A company designs data integration with an external system by using virtual tables.
You need to implement the virtual tables.
Solution: Implement an OData v4 provider as the data source.
Does the solution meet the goal?
Correct : B
Start a Discussions
A company designs data integration with an external system by using virtual tables.
You need to implement the virtual tables.
Solution: Create a calculated column on the virtual table.
Does the solution meet the goal?
Correct : B
Start a Discussions
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are designing a one-way integration from Microsoft Dataverse to another system.
You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss.
You need to design the integration solution.
Solution: Register a webhook in the Dataverse instance that connects to the Azure Function. Register a step on the webhook which runs synchronously on the record's Create message and in the post-operation stage.
Does the solution meet the goal?
Correct : B
Start a Discussions
A Microsoft Dataverse database contains two custom tables named TableA and TableB. The tables are configured with the following:
* A one-To-many relationship is configured between TableA and TableB.
* A lookup to TableA appears on a form in TableB.
* Both tables are components of an unmanaged solution.
* Both tables are components in a Power Bl report.
You receive an error when attempting to delete Table
Correct : B
Start a Discussions