Products with different Unit of Measure

Hi How to create products with different unit of measure(UOM) and  any feasibility to take UOM Conversion, is there any workaround for UOM conversion.

 

Thanks

Sri Nitya

Tagged:

Answers

  • Hi Srinitya,

    Create a list of the UOMs and create a module dimensioned by this list and store the conversion rate in this module. Also create a "UOM" line item in the module with the product dimension, format it with the UOM list and do FINDITEM(UOM List, UOM mapping to Product)

    Then use this formula in the product module to get the conversion rate against each product:
    UOM Module.Conversion Rate[LOOKUP: UOM]

    Let me know if this works

    Regards,
    Anirudh