UnitOfMeasureRelatedUnits
Create and query Reckon unit-of-measure related units. 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 related unit. | |
| UnitOfMeasureSetId | String | False |
The item 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 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. | |
| RelatedUnit_Name | String | False |
The name of the related unit of measure. | |
| RelatedUnit_Abbreviation | String | False |
The abbreviation of the related unit of measure. | |
| RelatedUnit_ConversionRatio | String | False |
The conversion ratio of the related unit of measure. | |
| EditSequence | String | True |
A string indicating the revision of the record. | |
| TimeCreated | Datetime | True |
The time the record was created. | |
| TimeModified | Datetime | True |
The last time the record was modified. |