Question 91 of 103 from exam MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer

Question 91 of 103 from exam MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer

Question

DRAG DROP - A company uses Dynamics 365 Finance.

Client companies require weekly updates for services performed.

You create a custom data entity by using the Data Entity wizard.

You need to expose a list of services to external business companies.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

Actions

Answer Area

\|

Explanations

Actions

Map the data entity to the data view.

Configure properties for the data entity.

Synchronize the database.

Build the solution.

Answer Area

Synchronize the database.

Build the solution.

Configure properties for the data entity.

Step 1: Synchronize the database Entities are created as views in Microsoft SQL Server, and staging tables are also added.

Therefore, you must sync a database when you build entities.

Step 2: Build the solution - Build your project - In Solution Explorer, right-click your project, and then click Properties.

Change the value of the Synchronize database on build property to True, and then click OK.

This property must be set only one time per project.

4 (Project)
Startup Object type
Startup Object
Company
Partition
Project File
Project Folder
Model
Model Publisher
Layer

Generate form adaptors

initial

FMEntityLab.mrproj

\users\bigyanr\documents\visual studio 2013\Projects\
Fleet Management

Microsoft Corporation

Synchronize database on build

Indicates whether the database is synchronized when building the project.

On the Visual Studio toolbar, click Build > Build Solution to build the project.

Step 3: Configure properties for the data entity After build visually validate and customize an entity Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/build-consuming-data-entities.