Click or drag to resize

UnitOfIssueExceptionUnitOfIssueErrorType Enumeration

An enumeration describing the type of error that was encountered while validating a unit of issue.

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum UnitOfIssueErrorType
Members
  Member nameValueDescription
UnitDoesNotExist0 The specified unit of issue does not exist.
UnitOfMeasureInvalid1 The specified unit of issue belongs to a unit of measure which doesn't match the unit of measure currently configured for that part.
InvalidAlternatePart2 A specified alternate part relationship is invalid because it uses a different Unit of Measure than the parent part.
See Also