An alternate unit for an item (optionally per SKU), carrying the conversion ratio that relates one of this unit to the item's base unit named in Item.quantityUnitOfMeasure. Document lines record which unit was entered (uom / uom1) plus the quantity in that unit (uomQuantity / uomQuantity1), and ItemService.SetQuantityFromUOMAsync multiplies by the ratio to derive the line's base-unit quantity - or divides in reverse to split a base quantity across the two unit legs, largest ratio first.
Fields
| Field | Label | Type | Required | What it does |
ConversionRatio | Conversion Ratio | Decimal | | How many base units one of this unit contains; the line's base-unit quantity is the quantity entered in this unit multiplied by it. |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
Id | Id | Guid | Yes | |
ItemId | Item | Lookup → Item | | |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text | | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
QuantityUnitOfMeasure | Unit Of Measure | PickList | | The unit code a document line references in its uom field; the quantity conversion matches on this value case-insensitively and trimmed, and rejects a line naming a unit that has no row for the item. It is required. Values: Each, Box, Pack, Barrel, Litres, MB, Minutes, Messages, KWH. |
RecordTypeId | Record Type | Guid, hidden | | |
SKUId | SKU | Lookup → SKU | | |
UIProps | UI Props | Text | | |
UOMCode | UOM Code | Text | | A second, shorter code for the unit that no code path reads - document lines are matched against the unit-of-measure value, not this one. |
UOMDecimalPrecision | UOM Decimal Precision | Number | | Decimal places the quantity expressed in THIS unit is rounded to on a document line; when empty it falls back to two places. The base-unit quantity is rounded separately using the item's own precision. |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Actions
| Action | Label | Type | What it does |
BulkDelete | Delete | Delete | Delete the selected records. |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Delete | Delete | Delete | Delete |
DeleteInList | Delete | Delete | Delete in a list page |
Edit | Edit | Edit | Edit |
EditInLine | Edit | Edit | Edit In Page |
New | New | New | New |