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