BOMOperationResultCode Enumeration |
An enumerated value indicating the overall result of the BOM operation.
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 BOMOperationResultCode
Public Enumeration BOMOperationResultCode
public enum class BOMOperationResultCode
type BOMOperationResultCode
Members
| Member name | Value | Description |
---|
| Success | 0 |
The operation was a success.
|
| ValidationFailure | 1 |
The operation completed successfully, but the BOM did not validate without errors, and cannot be published.
|
| AssemblyRevisionLockedForProduction | 2 |
The operation could not be completed because the assembly revision is released to production, and the BOM
cannot be modified.
|
| GeneralFailure | 3 |
The operation failed for non-standard reasons.
|
See Also