ErrorCheckingOptions Enumeration |
An enumerated type representing the default value for the SystemSettings.BOMManagement_ErrorChecking_MissingLineItem,
SystemSettings.BOMManagement_ErrorChecking_DuplicateLineItems, SystemSettings.BOMManagement_ErrorChecking_Manufacturer,
BOMManagement_ErrorChecking_MPN, BOMManagement_ErrorChecking_Vendor, BOMManagement_ErrorChecking_VPN,
BOMManagement_ErrorChecking_Customer, BOMManagement_ErrorChecking_CPN, BOMManagement_ErrorChecking_References,
BOMManagement_ErrorChecking_DuplicateReferences, BOMManagement_ErrorChecking_MismatchedReferencesToQuantity,
BOMManagement_ErrorChecking_GenericPartBOMLineItemMissingReference and ProcessPlanning_enforceQuantityOnActivityAssignments system settings.
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 ErrorCheckingOptions
Public Enumeration ErrorCheckingOptions
public enum class ErrorCheckingOptions
type ErrorCheckingOptions
Members
| Member name | Value | Description |
---|
| Error | 0 |
Error
|
| Warning | 1 |
Warning
|
| Ignore | 2 |
Ignore
|
See Also