OperationStartStops
Tracks start and stop times for work order operations, including assembly serials.
Columns
Name | Type | Description |
WoOperationStartStopId [KEY] | Long | A unique identifier for the start and stop events of a work order operation. Ensure this attribute does not contain a value when starting an operation because that value is generated by the system. When stopping an operation, this value is required. |
OperationStartTime | Datetime | The exact date and time when the work order operation begins. Leave this blank when stopping an operation. |
OperationStopTime | Datetime | The exact date and time when the work order operation ends. Leave this blank when starting an operation. |
OrganizationId | Long | A unique identifier for the inventory organization enabled for manufacturing. This value serves as a primary key generated by the system during organization creation. |
WoOperationId | Long | A unique identifier for the work order operation. If you provide a value for the WoOperationId attribute, it is not necessary to provide a value for these attributes: OrganizationId, OrganizationCode, WorkOrderNumber, WorkOrderId, and OperationSequenceNumber. |
WoProductSerialId | Long | A unique identifier for the product serial number within a work order. This identifier is a primary key that the application generates when it creates the serial number. This value is required for serialized operations if the SerialNumber attribute is not provided. |
WorkOrderNumber | String | A unique number assigned to a work order within a manufacturing organization, based on plant parameters such as Work Order Prefix or Work Order Starting Number. |
OrganizationCode | String | An abbreviation representing the inventory organization enabled for manufacturing. |
SerialNumber | String | The serial number associated with the work order item, used to track serialized items. |
OperationSequenceNumber | Decimal | The sequence number that defines the order in which work order operations are performed. |
WorkOrderId | Long | A unique identifier for the work order. This primary key is generated by the system upon work order creation. |
Finder | String | Represents the search mechanism for operation starts and stops within the system. |