Click or drag to resize

BOMIssue Class

Represents a single issue that was detected while validating a Bill of Materials (BOM).
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsBOMIssue

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class BOMIssue

The BOMIssue type exposes the following members.

Constructors
  NameDescription
Public methodBOMIssue
Initializes a new instance of the BOMIssue class
Top
Properties
  NameDescription
Public propertyErrorDetails
A human readable, language localized message describing a more detailed nature of the problem.
Public propertyErrorMessage
A human readable, language localized message describing the nature of the problem.
Public propertyIssueSeverity
The severity of the issue, based on the configured FactoryLogix system settings for this issue type.
Public propertyIssueType
An enumerated value indicating the exact nature of the issue that was detected.
Public propertyRelevantLineItems
An enumerable list of the BOMLineItem objects from the BOM there are related to this issue.
Top
See Also