Gustav Karlsson
01/17/2025, 12:34 PMCeligo AI
01/17/2025, 12:34 PMAI generated answer (using internal Slack threads):In NetSuite, the
ItemUnit
table and the unitsTypeUom
table are related through the concept of Units of Measure (UoM).
The ItemUnit
table holds the information about the units of measure that are used for an item. This includes the primary stock unit, primary purchase unit, and primary sale unit.
On the other hand, the unitsTypeUom
table holds the information about the different types of units of measure that are available in the system. This includes units like Each, Bag, Pack, Case, etc.
The relation between these two tables is established when an item is created or updated. The units of measure that are assigned to the item in the ItemUnit
table must be available in the unitsTypeUom
table.
For example, if an item has a primary stock unit of 'Each', then 'Each' must be a unit of measure type in the unitsTypeUom
table.
In terms of SuiteQL, you would typically join these two tables on the unit type field to get a complete picture of the units of measure for an item.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
01/17/2025, 12:34 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822623909
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817236125
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.813443065
Celigo AI
01/17/2025, 12:34 PMCeligo AI
01/17/2025, 12:43 PM