You manage Dynamics 365 for a company.
You must prevent users from launching and using Power Automate.
You need to hide the Flows button on the user interface.
Which configuration setting should you change?
Answer : A
https://www.inogic.com/blog/2018/10/show-or-hide-microsoft-flow-button-in-dynamics-365/
You need to capture the Date Completed value from the website using a desktop flow.
Which method should you use?
Answer : C
Record the name of the QV team member who performed the work and the date completed.
You are a Dynamics 365 administrator for a veterinarian clinic.
On the client appointment form, there is a dropdown field for clients to select their type of pet If a client selects the option Other, the veterinarian wants a text field to appear so that additional details can be added.
You need to create a dynamically visible field.
What should you configure?
Answer : D
https://www.sherweb.com/blog/dynamics-365/configuring-business-rules-within-microsoft-dynamics-365-crm/
You are creating a canvas app.
A user will click a button on each screen of a Power Apps app to proceed to the next screen.
You need to implement an action that selects the next screen that the user sees.
Which event should you handle?
Answer : D
Add navigation
1. With the Source screen selected, open the Insert tab, select Icons, and then select Next arrow.
2. With the arrow still selected, select the Action tab, and then select Navigate.
3. The OnSelect property for the arrow is automatically set to a Navigate function.

4. When a user selects the arrow, the Target screen fades in.
5. On the Target screen, add a Back arrow, and set its OnSelect property to this formula:
6. Navigate(Source, ScreenTransition.Fade)
7. While holding down the Alt key, toggle between screens by selecting the arrow on each screen.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-screen-context-variables
You are exporting a solution from a development environment that contains a form and a view for a custom table. When you attempt to import the solution into another environment the import fails due to missing dependencies. You need to ensure that the solution can be imported successfully. What should you do to resolve the dependency errors?
Answer : C
You manage the Dynamics 365 Customer Service environment for an organization.
Microsoft SharePoint will not be deployed in the environment for a year.
You need to integrate Microsoft Office 365 solutions with the Dynamics 365 instance to help the sales team with internal collaboration efforts.
Which three solutions can you currently implement? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
NOTE: Each correct selection is worth one point.
Answer : B, D, E
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/admin/add-office-365-online-services
A company creates a Microsoft Power Apps app through the Power Apps designer portal for use in Microsoft Teams.
This app needs to be promoted to the user acceptance testing environment.
You need to complete the Microsoft recommended actions before you export the solution.
Which two actions should you complete? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer : D, E
The Power Apps solution checker performs a rich static analysis check on your solutions against a set of best practice rules to quickly identify problematic patterns. After the check completes, you receive a detailed report that lists the issues identified, the components and code affected, and links to documentation that describes how to resolve each issue.
The solution checker analyzes these solution components:
Common Data Service plug-ins
Common Data Service custom workflow activities
Common Data Service web resources (HTML and JavaScript)
Common Data Service configurations, such as SDK message steps