Hello, I am trying to extend InventInventoryTransferJournalEntryEntity entity and that entity uses InventInventoryDimensionEntityFieldsMapping map to map the inventory dimensions. I have a requirement now to add new fields to the data entity. These new fields are the generic inventory dimensions like InventDimension1, InventDimension2, etc that my client uses. I could not find the standard interface to this map to extend. What would be the better approach to extend this map?