Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public enum BOMOperationResultCode
Members
  Member nameValueDescription
Success0 The operation was a success.
ValidationFailure1 The operation completed successfully, but the BOM did not validate without errors, and cannot be published.
AssemblyRevisionLockedForProduction2 The operation could not be completed because the assembly revision is released to production, and the BOM cannot be modified.
GeneralFailure3 The operation failed for non-standard reasons.
See Also