Hello everyone!
What I’m trying to achieve:
On our Product Structure page, on the tab called Components, I would like to add two new columns called Unit Cost and Amount. Like the mock-up below:
I would like the new UnitCost column to be populated with the UnitCost value on the InventoryPartUnitCost entity. See below:
What I have tried:
I added the InventoryPartUnitCost entity to the ProductStructureHandling projection. In that projection, I created an Entity Association between the ProdStructure and the InventoryPartUnitCost entities. See below. I based my Entity Association on the Part Number of each entity matching.
I started to add a read-only Custom Attribute to the ProdStructure entity, as below:
However, I got stuck at the next screen because the InventoryPartUnitCost Entity is not listed as a Reference of the ProdStructure Entity. See below:
Obviously my approach is wrong. Please can somebody explain my mistake?
Thank you
Benjamin