UnitOfMeasure
Create, update, delete, and query Reckon units of measure. Reckon requires QBXML version 7.0 or higher to use this table.
Columns
| Name | Type | ReadOnly | References | Description |
| ID [KEY] | String | True |
The unique identifier of the unit of measure. | |
| Name | String | False |
The name of the unit of measure. | |
| IsActive | Boolean | False |
Boolean determining if the unit of measure is active. | |
| UnitOfMeasureType | String | False |
The type of the unit of measure such as Count. | |
| BaseUnit_Name | String | False |
The name of the base unit of measure. | |
| BaseUnit_Abbreviation | String | False |
The abbreviation for the base unit of measure. | |
| RelatedUnitAggregate | String | False |
An XML aggregate containing the related units of measure. | |
| DefaultUnitAggregate | String | False |
An XML aggregate containing the default units of measure. | |
| EditSequence | String | True |
A string indicating the revision of the unit of measure entity. | |
| TimeCreated | Datetime | True |
The time the unit of measure entity was created. | |
| TimeModified | Datetime | True |
The last time the unit of measure entity was modified. |