Announcements
No record found.
I have added "ReceivingLocationId" to purchase requisition line entity however I noticed that the location data can be exported but I cannot import these values. After searching I found this question so similar but nobody answered it. I Think I should fill map field to in InventInventoryDimensionEntityFieldsMapping but because it is extension I cannot. Do you have any solution?
Hi Nastaran.
Did you try to create a new custom data entity with the fields you want?
Hi Will,
Yes I had to do that only for adding one field.
Hi Nastaran,
Can you share how you have added the new column to the entity? Which steps did you perform?
Hi Andre,
I only drag wmslocationId to the fields from inventdim which is in the datasource of the entity. Then I add this field to the staging table. After that, I build the project and refresh the entity list.
However, I think it is necessary to add mapping for fields that are in the invent dim for importing excel.
Dear will wu,
I still have not got my answer! why have you verified your answer?
Sorry, I just checked your reply and researched it, probably by mistake, I didn't notice. I have rejected the answer.
Were you able to solve your issue or do you still need some help on this question?
I have applied another way, I mean I created new Entity. However, It is still my question that is there any way to customize system entities for adding new inventory dimension?
/// <summary> /// PmfFormulaCoProductV2Entity_Extension /// </summary> [ExtensionOf(tableStr(PmfFormulaCoProductV2Entity))] final class PmfFormulaCoProductV2Entity_Extension { /// <summary> /// mapEntityToDatasource /// </summary> /// <param name = "_entityCtx">DataEntityRuntimeContext</param> /// <param name = "_dataSourceCtx">DataEntityDatasourceRuntimeContext</param> public void mapEntityToDatasource(DataEntityRuntimeContext _entityCtx, DataEntityDatasourceRuntimeContext _dataSourceCtx) { next mapEntityToDatasource(_entityCtx, _dataSourceCtx); switch (_dataSourceCtx.name()) { case dataEntityDataSourceStr(PmfFormulaCoProductV2Entity, FormulaCoProduct): PmfFormulaCoBy coProduct = _dataSourceCtx.getBuffer() as PmfFormulaCoBy; InventDim inventDim = InventDim::find(coProduct.InventDimId); inventDim.wMSLocationId = this.wMSLocationId; coProduct.InventDimId = InventDim::findOrCreate(inventDim).inventDimId; break; } } }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 694
André Arnaud de Cal... 584 Super User 2026 Season 1
Subra 518