Demo: Running SuiteQL Query Tool for Getting Unit of Measure
Check out Tim Dietrich’s SuiteQL Query Tool (free).
Download the zip file and extract it. Create a suitelet record in the NetSuite account and run it.
Run the Query “SELECT uom.unitname, uom.conversionrate FROM unitsType INNER JOIN unitsTypeUom as uom ON (unitsType.id = uom.unitstype)”

