WorkAreas
Defines and manages physical work areas within a manufacturing plant, essential for production planning.
Columns
| Name | Type | Description |
| OrganizationId | Long | The unique identifier for the inventory organization managing the work area. This identifier is a system-generated primary key used to segregate work areas by organizational unit, supporting multi-organization setups and reporting. |
| OrganizationCode | String | A short abbreviation or code that identifies the inventory organization. This code is often used in reports, dashboards, and configurations to reference the organization managing the work area. |
| OrganizationName | String | The full name of the inventory organization associated with the work area. This name provides a descriptive reference, helping users identify the organization in reports and operational workflows. |
| WorkAreaId [KEY] | Long | The unique identifier for the work area, generated by the application. This identifier is a primary key that ensures that each work area is uniquely identifiable for production planning and resource allocation. |
| WorkAreaName | String | The name assigned to the work area, providing a descriptive label that helps users identify the specific production or operational area within an organization. |
| WorkAreaDescription | String | A detailed description of the work area, explaining its purpose or role within the production or operational environment. This description helps provide context for its function in workflows or reports. |
| WorkAreaCode | String | A short code or abbreviation assigned to the work area. This code simplifies referencing the work area in system interfaces, configurations, and reports. |
| InactiveDate | Date | The date when the work area becomes inactive. This metric is used to manage the lifecycle of work areas and ensure that inactive areas are excluded from active planning and operations. |
| Finder | String | A utility field used for advanced search and filtering capabilities, allowing users to locate specific work areas based on various attributes such as name, code, or description. |