I have a custom data entity, and I want to create a new field containing a product's height in centimeters (data entity will contain both inches and cm). I created a data entity view method called "displayEachHeightCm"). This view returns a conversion if I hardcode something into the UnitOfMeasureConverter method (ex.,UnitOfMeasureConverter::convert( 12345), ), but when I try to pass the current item (gathered from SysComputedColumn::returnfeidl), displayEachHeightCm always returns 0.
Anyone have suggestions on what I'm missing to pass the right value in into the converter?