StartValidationResultCode Enumeration |
An enumeration describing the detailed results of an
Item validation.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum StartValidationResultCode
Public Enumeration StartValidationResultCode
public enum class StartValidationResultCode
type StartValidationResultCode
Members
| Member name | Value | Description |
---|
| Success | 0 |
All checks passed, and the Item may be safely started at the operation.
|
| NotFound | 1 |
The specified UID was not found in the system.
|
| NotAllowedAtResource | 2 |
The workstation specified is not a valid location to perform this operation.
|
| ItemScrapped | 3 |
The specified Item has been scrapped, and may no longer be processed.
|
| InvalidBatchStatus | 4 |
The status of the Batch associated with this Item does not permit
Items to be processed at this time (on-hold, closed, etc.).
|
| InvalidOperation | 5 |
The unit or material (Item) may not be processed at the specified Operation,
otherwise known as a route enforcement violation. The Item is expected at a
different Operation.
|
| OperatorNotCertified | 6 |
The specified operator (User) is not certified to perform the specified Operation.
|
| BatchRejected | 7 |
The receiving Batch (GRN) associated with the Item has been rejected, and
material may no longer be processed for this Batch.
|
| InvalidQuantity | 8 |
For non-serialized (batch-tracked) Batches, the quantity specified exceeds the allowable qunatity
for the Operation.
|
| ConditionFailure | 9 |
The item was not started because an entry condition was violated.
|
| ConditionFailureReroute | 10 |
The item was not started because an entry condition was violated.
|
| RerouteProcessFlowNotReleased | 11 |
The items being started are expected in a reroute process flow that is not released for production.
|
| RerouteProcessFlowHasNoTrackedOperations | 12 |
The items being started are expected in a reroute process flow that does not have any tracked operations.
|
| OperationFromIncorrectProcessFlow | 13 |
The items being started are expected in a different process flow such as the main process flow or a JIT reroute process flow.
|
| ReturnFromRerouteExpectedOperation | 14 |
The items being started recently finished a reroute flow and are expected at a different operation.
|
| InvalidBatch | 15 |
The unit or material (Item) may not be processed in the specified Batch.
The Item is expected in a different Batch.
|
| ItemBlocked | 16 |
The unit or material (Item) may not be started because it is currently blocked.
|
| UndefinedError | 65535 |
An undefined error has occurred while validating this Item.
|
See Also