Workstations
Workstations
Columns
| Name | Type | Description |
| OrganizationId | Long | Unique identifier of the organization. |
| OrganizationName | String | Full name of the organization. |
| WorkstationId [KEY] | Long | Primary key: unique identifier for the workstation. |
| WorkstationCode | String | Short code or identifier for the workstation. |
| WorkstationName | String | User-friendly display name for the workstation. |
| WorkstationDescription | String | Detailed description or notes about the workstation. |
| WorkCenterId | Long | Identifier of the associated work center. |
| WorkCenterName | String | Name of the associated work center. |
| WorkCenterDescription | String | Description of the associated work center. |
| AutomationEnabledFlag | Bool | Indicates whether automation is enabled for this workstation (true/false). |
| CreatedBy | String | User who created this record. |
| CreationDate | Datetime | Timestamp when the record was created (UTC). |
| LastUpdateDate | Datetime | Timestamp of the last update to this record (UTC). |
| LastUpdatedBy | String | User who last updated this record. |
| LastUpdateLogin | String | Login/session identifier used for the last update. |
| OrganizationCode | String | Short code or identifier for the organization. |
| ProductionLineId | Long | Identifier of the production line this workstation belongs to. |
| ProductionLineCode | String | Code for the production line. |
| ProductionLineName | String | Name of the production line. |
| WorkCenterCode | String | Short code for the work center. |
| InactiveDate | Date | Date when the workstation was marked inactive (if applicable). |
| IsActiveFlag | Bool | Indicates whether the workstation is currently active (true/false). |
| SupplySubinventoryName | String | Name of the supply subinventory used by the workstation. |
| SupplyLocatorId | Long | Identifier for the supply locator (storage location). |
| SupplyLocator | String | Code or name of the supply locator (not queryable). |
| CompletionSubinventoryName | String | Subinventory used for completed items. |
| CompletionLocatorId | Long | Identifier for the completion locator (storage location). |
| CompletionLocator | String | Code or name of the completion locator (not queryable). |
| Finder | String | Internal finder column used by the system; not a business data field. |