UnitOfMeasureClasses
Organizes units of measure into classes for streamlined management.
Columns
| Name | Type | Description |
| ClassCode | String | A unique user-defined code that identifies the unit of measure class. This attribute is required. |
| ClassId [KEY] | String | Unique identifier for the unit of measure class. |
| ClassName | String | The name assigned to the unit of measure class. This value must be unique and is required. |
| ClassDescription | String | A brief description providing additional details about the unit of measure class. |
| EndDate | Date | The date when this unit of measure class stops allowing the creation of new units within it. |
| BaseUnitOfMeasure | String | The name of the base unit of measure assigned to this class. |
| BaseUOMCode | String | A short code that uniquely identifies the base unit of measure for this class. |
| BaseUOMDescription | String | A brief description of the base unit of measure for this class. |
| LastUpdatedBy | String | Username or system entity that last modified this unit of measure class entry. |
| LastUpdateDate | Datetime | Timestamp indicating when this unit of measure class entry was last updated. |
| CreatedBy | String | Username or system entity that created this unit of measure class entry. |
| CreationDate | Datetime | Timestamp indicating when this unit of measure class entry was initially created. |
| Finder | String | A system-defined query or lookup used to retrieve unit of measure class records. |