Click or drag to resize

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
Members
  Member nameValueDescription
Warning0 The BOM validation issue will be treated as a warning, and will not prevent BOM publication.
Error1 The BOM validation issue will be treated as a error, and will prevent BOM publication.
See Also