ReceivingExceptionReceivingErrorType Enumeration |
An enumeration describing the type of error that was encountered during receiving.
Namespace:
FactoryLogix.xTend
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum ReceivingErrorType
Public Enumeration ReceivingErrorType
public enum class ReceivingErrorType
Members
| Member name | Value | Description |
---|
| InternalPartNotFound | 0 |
A part matching the specified internal part and revision does not exist in the system.
|
| MaterialPurchaseOrderNotFound | 1 |
The specified material purchase order does not exist in the system.
|
| VendorNotFound | 2 |
The specified Vendor does not exist in the system.
|
| GRNInProcess | 3 |
When the Batch (GRN) already exists and is in process no more materials can be received.
|
| MissingVendorOnExistingBatch | 4 |
When the Batch (GRN) already exists and the receiving Vendor is not defined.
|
| BatchMissingForPurchaseOrder | 5 |
When the receiving number matches a purchase order in the system the Batch (GRN) must already exist.
|
| WorkOrderItemNotFound | 6 |
A work order item was not found on the purchase order for the part number.
|
| QuantityExceeded | 7 |
The receiving quantity exceeded the quantity of the purchase orders's work order item.
|
| InternalPartHasUnitOfIssue | 8 |
The specified internal part has a Unit of Issue associated to it and so it cannot be received.
|
| BatchFileItemNotFound | 9 |
Provided BatchFileItem ID is not existing in the FactoryLogix DB.
|
See Also