BOMIssueSeverity Enumeration |
An enumerated value which describes how a particular BOM validation issue is to be treated.
Issues that are treated as errors prevent BOM publication, whereas warning type issues do not.
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 BOMIssueSeverity
Public Enumeration BOMIssueSeverity
public enum class BOMIssueSeverity
Members
| Member name | Value | Description |
---|
| Warning | 0 |
The BOM validation issue will be treated as a warning, and will not prevent BOM publication.
|
| Error | 1 |
The BOM validation issue will be treated as a error, and will prevent BOM publication.
|
See Also