UnitOfMeasureClassesDFF
Maintains descriptive flexfields for unit of measure classes to allow additional attributes.
Columns
| Name | Type | Description |
| UnitOfMeasureClassesClassId [KEY] | String | Unique identifier linking this entry to a specific unit of measure class. |
| UomClass [KEY] | String | Unique identifier for the unit of measure class. This is a primary key generated by the application upon class creation. It maps to the ClassId parameter in the root resource. |
| _FLEX_ValidationDate | Date | Date when the descriptive flexfield (DFF) validation was last performed for the unit of measure class. |
| _FLEX_Context | String | DFF context name associated with the unit of measure class. |
| _FLEX_NumOfSegments | Int | Number of segments defined within the DFF for the unit of measure class. |
| _FLEX_NumOfVisibleSegments | Int | Number of visible segments within the DFF for the unit of measure class. |
| ClassCode | String | Unique user-defined code that identifies the unit of measure class. |
| ClassId | String | Unique identifier for the unit of measure class. |
| Finder | String | A system-defined query or lookup used to retrieve unit of measure class records. |