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

Purpose

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.
  3. Untitled
  4. Add the new custom field created in Step 1 into the extension of staging table data entity InventWarehouseEntity.Untitled
  5. Refresh Entity List https://allaboutdynamic.com/2018/06/12/d365configuration-key-not-enabled-for-the-entity-xxxxx/

cheers 🙂

piyush adhikari

Leave a Reply