You are designing an integration that sends created records from a custom Dataverse table to an exposed
REST API. When the REST API is unavailable, you must be able to retry if the response status code is 500.
You need to select a solution that meets the requirement.
Solution: Register a webhook by using the REST API as the endpoint. Wait for the webhook to automatically
retry when a failure occurs. Does the solution meet the goal?
You have two tables, account and contact, with a parent-child relationship. Records in the account table canbe created in the Ul or from an external system integrated with Dataverse by using an Azure Function.When a user creates a record in the account table, a default record in the contact table must be createdautomatically.You need to implement a process to create the contact records.Solution: Create a cloud flow that runs when the account record is created. Use the Dataverse connector tocreate the contact record.Does the solution meet the goal?
You are developing custom pages for a model-driven app.The app must display a timer control within a menu and include a mixture of buttons and icons. If a change ismade to any of these elements, then the changes must cascade out automatically to all custom pages.You need to implement a solution.What should you implement?
You are developing custom pages for a model-driven app.The app must display a timer control within a menu and include a mixture of buttons and icons. If a change ismade to any of these elements, then the changes must cascade out automatically to all custom pages.You need to implement a solution.What should you implement?
You are designing an integration that sends created records from a custom Dataverse table to an exposed
REST API. When the REST API is unavailable, you must be able to retry if the response status code is 500.
You need to select a solution that meets the requirement.
Solution: Register a webhook by using the REST API as the endpoint. Wait for the webhook to automatically
retry when a failure occurs. Does the solution meet the goal?