Skip to content

Units of Measure

A unit of measure defines how a quantity is expressed, such as UN, CS, or KG. Codes must remain stable, and conversion rules must exist before combining data expressed in different units.

Path in the platform

Data > Data Operations > Master Data > Units of Measure / Conversions > Units > Unit of Measure

Granularity and key

  • Granularity: one row per unit.
  • Key: a unique, stable id.

Required fields

Field Meaning
id Unique code used by records and settings

Optional fields

Field Meaning Default Value When Not Provided
description Human-readable unit name Blank

Conversions relate a source unit, destination unit, and factor. They must preserve physical equivalence and remain material-specific when the conversion depends on the product.

Dependencies

  • A unit does not depend on another master record to exist.
  • A conversion depends on both source and destination units.

Used by

Checks

  • do not reuse the same ID for different units;
  • avoid cycles or contradictory conversion factors;
  • verify that every transactional unit can be converted to the plan unit;
  • do not interpret a missing unit as a zero quantity.