- ATrue
- BFalse
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
Justification:
Related Lesson: Projects, Models, and Packages
Justification:
Related Lesson: Terminology and Concepts
Justification:
Related Lesson: Navigation
Justification:
Metadata: Metadata is included as XML files in a deployable package.
All answers are correct. finance and operations apps reporting includes SSRS reporting, Power BI reports, and Financial Reports by using the Financial Report Designer.
A. Correct: Tier 1 environments are for development.
Justification:
Justification:
Wrong: Use the Synchronize Database option in the SQL Server Management Studio.
Wrong: Manually update the SQL database schema using SQL scripts.
The correct way to build the model and update the SQL database schema during the build is to either use the Build models option in the Dynamics 365 menu in Visual Studio and select Synchronize database on the Options tab, or use the Build and Sync option in the Dynamics 365 menu. Using SQL Server Management Studio or manually updating the SQL database schema using SQL scripts are not recommended methods for this purpose.
Development tools in Visual Studio - Finance & Operations | Dynamics 365 | Microsoft Learn
Create a local Git repository on your development machine and manually synchronize changes with the Azure DevOps project.
it instructs to check-in the Fleet Management model descriptor file to Azure DevOps source control after adding the solution and its model elements, which is crucial for setting up the project. Option E is also correct as it details the initial steps needed to set up Azure DevOps for source control, including signing up, creating an organization, selecting a URL, and configuring Visual Studio. Option F is correct because it outlines the steps to create a new project in Azure DevOps, map the Metadata folder to the model store root folder, and add the Fleet Management solution to source control. Option A is incorrect as it suggests using a third-party version control system, which is not the requirement here. Option B is incorrect as it proposes to bypass manual setup using an automated tool, which might not ensure proper setup. Option C is incorrect as it suggests creating a local Git repository, which is not the default option as per the question.