UoMDetail
Expands on UoM data with conversion factors and additional metadata for precise measurement across transactions.
Columns
| Name | Type | Description |
| Recordno [KEY] | Int64 | Unique identifier for the UoM detail record. |
| Unit | String | The UoM associated with the UoM detail record. |
| Abbreviation | String | The abbreviation of the UoM. |
| Grpkey | Int64 | The group key associated with this UoM. |
| Convfactor | Double | The conversion factor for the UoM. |
| Numdecimals | Int64 | The number of decimal places used for the UoM. |
| Isbase | Boolean | Indicates whether this is the base UoM. |
| Whencreated | Datetime | The date and time when this UoM detail record was created. |
| Whenmodified | Datetime | The date and time when this UoM detail record was last modified. |
| Createdby | Int64 | The user ID of the creator of this UoM detail record. |
| Modifiedby | Int64 | The user ID of the last modifier of this UoM detail record. |
| Record_url | String | The URL for accessing the UoM detail record. |