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 once 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 developing a model-driven app for a company.When you create a new Account record, you must automatically display a form to collect data that is needed to create a Contact record. The form must switch to the appropriate form layout based on the contact type.You open the Contact form by using JavaScript. You pass the contact type information to the form by using the Xrm.Navigation.openForm function. An OnLoad event handler in the Contact form processes the data and shows only the appropriate sections of the form for the given contact type.You need to configure the receiving form to accept the data parameter.Solution: In the form editor, add a web resource that sets formContext.data.attributes.Does the solution meet the goal?
A company is creating a one-way integration from the Common Data Service to an external system. Data will be sent from a webhook to an Azure Function.You need to configure the Azure Function to handle data from the webhook.Which class and data type must the Azure Function handle?
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 service endpoint in the Dataverse instance that connects to an Azure Service Bus queue.Register a step at the endpoint which runs asynchronously on the record's Create message and in the post-operation stage.Configure the Azure Function to process records as they are added to the queue.Does the solution meet the goal?
A company designs a Microsoft Dataverse Custom API to encapsulate business logic in itThe Custom API business logic must be encapsulated in a way that does not allow the business logic behavior to be modified or canceled.You need to set the parameter value of the custom API so it cannot be customized.Which parameter value should you set?
A company has a model-driven app that uses Microsoft Dataverse.'he company requires a web application that retrieves information from the model-driven app. The requirements for the web application include:* Must be a single-page web application that uses the Web API.* Must display the correct company information.* Must authenticate using OAuth without additional verification.You need to configure the web application. Which two methods should you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.