Configure Columns for Data Transfer in Dynamics 365 Finance | MB-500 Exam

Adding a New Column to VendVendorV2Entity Entity

Question

A company uses Dynamics 365 Finance.

You have an entity named VendVendorV2Entity.

You add a new column to the entity.

You need to ensure that the new column is available in the entity for data transfer activity.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

AB.

Using the configuration key metadata built during entity refresh list, run time validations are performed in the following use cases.

-> When user clicks Validate on the entity list.

-> When the user generates mapping.

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-entities

To ensure that a new column in an entity is available for data transfer activity in Dynamics 365 Finance, you can perform the following steps:

  1. Add a new column to the entity: You can add a new column to the entity by customizing the entity fields. Go to the VendVendorV2Entity form, and then select the Fields button to open the Fields page. From the Fields page, select the New button, and then add a new field to the entity. Save and publish the changes.

  2. Validate the entity: To validate the entity, select the Validate button on the Entity list page. This button performs an integrity check on the entity, ensuring that the new column is added correctly to the entity and that there are no other issues that might prevent data transfer activity.

  3. Generate a mapping: To generate a mapping, select the Generate mapping button on the Mapping details form. This button creates a mapping between the source and target entities, ensuring that the new column is included in the mapping for data transfer activity.

  4. Modify the target mapping: To modify the target mapping, select the Modify target mapping button on the Entity list page. This button allows you to make changes to the mapping between the source and target entities, including adding the new column to the mapping.

Therefore, the correct actions to perform to ensure that the new column is available in the entity for data transfer activity are A (Select the Generate mapping button on the Mapping details form) and C (Select the Entity structure button on the Entity list page).