Hi friends,
I need your advice regarding a issue.
in AR - Reports - Statistics - customer - Customer/Item statistics i need to
display conversion unit. This report displays the base unit of measure for the
item.
We have several unit which has UOM conversion.
I have written a small code but i am not getting the OUTPUT.
display real Unitconversion()
{
UnitConvert unitconvert;
;
if (InventTable.ItemId == unitconvert.ItemId)
{
return InventTable.RecId;
}
else
{
return 0;
}
}
pls. advice.
Best Regards,
AX