D365 FO -Composite Data Entity

 Problem Statement: 

        Create basic composite data entity. while creating the composite data entity, we need to do the following steps.

  1. First we needs to analysis the what are all the relevant tables needed for your requirement.  
  2. After that needs to find out what is the relation between them.
  3. In Visual studio >> create individual entity for each tables.
  4. Make sure all the mandatory fields are selected in the data entity.
  5. If you want you to expose the entity to the outside word you needs to enter the "Public Collection Name and Public Entity Name".
  6. Configure the relations between newly created data entity and needs to configure the staging table relations also.
  7. Export the relevant table data via DMF, export option.

Comments

Popular posts from this blog

DMF (1073676279) - Issue Fix

Read the JSON data via REST API (X++)

Activate Financial Dimension in Dynamics 365 FO. (On- Premises)