Hi Folks,
We are trying to import item master data using Product entity, products are importing fine in AX but values are not inserting in price and unit fields of sales, purchase and invent
There is one to one simple mapping like below.
InventTableModuleInvent_Price,InventTableModuleInvent_UnitId,InventTableModulePurch_Price,
InventTableModulePurch_UnitId,InventTableModuleSales_Price,InventTableModuleSales_UnitId
We did try debugging, data is inserting in staging table but we can't see in 'target' buffer while execution, it populates value 0 instead of what we are passing.
There are some customization done in DMFProductEntityClass but that is not related to this tables.
So where do we exactly check- why the staging data is not populating in 'target' buffer.
Any response is appreciated.
Thanks.