WorkstationsWorkstationEquipmentInstance
WorkstationsWorkstationEquipmentInstance
Columns
| Name | Type | Description |
| WorkstationsWorkstationId [KEY] | Long | Parent workstation identifier (foreign key to WorkstationId). |
| WsEquipmentInstanceId [KEY] | Long | Unique identifier for this workstation equipment instance. |
| EquipmentInstanceId | Long | Identifier of the equipment instance (references equipment master). |
| EquipmentInstanceCode | String | Code or SKU of the equipment instance. |
| EquipmentInstanceName | String | Display name of the equipment instance. |
| ResourceId | Long | Identifier of the resource linked to this equipment. |
| ResourceName | String | Name of the resource associated with the equipment. |
| ResourceDescription | String | Short description or notes about the resource. |
| WorkstationId | Long | Parent workstation identifier (maps to items.WorkstationId). |
| CreatedBy | String | User who created this child record. |
| CreationDate | Datetime | Timestamp when this child record was created (UTC). |
| LastUpdatedBy | String | User who last updated this child record. |
| LastUpdateDate | Datetime | Timestamp of the last update to this child record (UTC). |
| LastUpdateLogin | String | Login/session identifier used for the last update. |
| Finder | String | Internal finder field used by the system; not a business data field. |