UnitOfMeasure
Represents individual units of measure within a unit of measure group, including conversion factor, decimal precision, and hierarchical parent relationships.
Columns
| Name | Type | ReadOnly | Description |
| abbreviation | String | False |
The abbreviation used to represent this unit of measure. |
| auditCreatedBy | String | True |
The user who created the unit of measure record. |
| auditCreatedDateTime | Datetime | True |
The date and time when the unit of measure record was created. |
| auditModifiedBy | String | True |
The user who last modified the unit of measure record. |
| auditModifiedDateTime | Datetime | True |
The date and time when the unit of measure record was last modified. |
| conversionFactor | Decimal | False |
The numeric factor used to convert this unit of measure to the base unit. |
| href | String | True |
The URL of the unit of measure resource. |
| id | String | False |
The unique identifier of the unit of measure record. |
| isBase | Bool | True |
Indicates whether this unit of measure is the base unit for its group. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the unit of measure record. |
| numberOfDecimalPlaces | Int | False |
The number of decimal places used when displaying quantities in this unit of measure. |
| parent_Href | String | True |
The URL of the parent unit of measure group associated with this unit of measure. |
| parent_Id | String | False |
The Id of the parent unit of measure group associated with this unit of measure. |
| parent_Key | String | True |
The system-assigned key of the parent unit of measure group associated with this unit of measure. |