Tuesday, 7 January 2020

D365 Add a new custom Field In Standard or Base Data Entity

There are many data entities available in dynamics D365 Finance & Operations (Example: EcoResReleasedProductV2Entity, InventWarehouseEntity).Requirement of updating or inserting values in custom field of standard table by extending standard or base Data Entity are very common.The purpose of this post is Adding  a new custom Field In Standard or Base Data Entity (Example: EcoResReleasedProductV2Entity, InventWarehouseEntity).
Requirement
A new custom field needs to be created on InventLocation Table.The same field has to be added in base or standard data entity InventWarehouseEntity.User will be able to update the value of custom field value in InventLocationTable by using base or standard data entity InventWarehouseEntity.
Steps
  1. Create a new field in extension of table InventLocation.Untitled
  2. Add the new custom field created in Step 1 into the extension of data entity InventWarehouseEntity.Untitled
  3. Add the new custom field created in Step 1 into the extension of staging table data entity InventWarehouseEntity.Untitled
  4. Refresh Entity 

No comments:

Post a Comment

POSTMAN D365

  Postman is useful to test the behavior of different OData class from/to D365FO. In this post we will see the steps to setup Postman with D...