i have a script returning column information from ...
# suitescript
a
i have a script returning column information from a sales order, including the
units
column to get UOM information. from there, I need to retrieve the UOM conversion factor based on the ID returned from this, but it does not seem possible - has anyone been able to accomplish this?
g
I worked on a similar requirement. What I did was get the item ID. lookup the units type and then get the conversion rate from the units type sublist using the UOM id.