UnitsOfMeasuretranslatedData
UnitsOfMeasuretranslatedData
Columns
| Name | Type | Description |
| UnitsOfMeasureUOMId [KEY] | Long | Value that uniquely identifies the unit of measure. It's a primary key that the application generates when it creates a unit. |
| UnitOfMeasure | String | Name of the unit of measure. |
| Description | String | Description of the unit of measure. |
| Language [KEY] | String | Indicates the code of the language into which the contents of the translatable columns are translated. |
| SourceLang | String | Indicates the code of the language in which the contents of the translatable columns were originally created. |
| UOMPluralDescription | String | Description of the plural value of the unit of measure. For example: Feet is the plural value for the Foot unit of measure. |
| UOMReciprocalDescription | String | Description of how to process the unit of measure so that the quantity that results from dividing it equals one. For example: Per Month is the reciprocal display for a service that uses the Month unit of measure. |
| DisableDate | Date | Date when this unit was disabled (no longer active). |
| Finder | String | Helper value used by UI finders to filter or identify units (e.g., 'ActiveUomFinder'). |
| UOM | String | Unit of Measure symbol or short name (e.g., 'kg', 'ft'). |
| UOMClass | String | Category/class of the unit (e.g., 'Weight', 'Length'). |
| UOMClassCode | String | Code that identifies the unit class (system-specific short code). |
| UOMCode | String | Code for this unit (system identifier for the UOM). |
| UOMId | Long | Numeric identifier (primary key) for the unit of measure. |