Click or drag to resize

ApprovalItem Class

An object representing the approval process that a particular item must undergo before it may be utilized in production (process/product definition items, such as CAD, BOM , Process Flows, etc.). May also represent an approval processes that must be completed for other item types, such as production batches or activity completed of individual production units.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsApprovalItem

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 ApprovalItem

The ApprovalItem type exposes the following members.

Constructors
  NameDescription
Public methodApprovalItem
Initializes a new instance of the ApprovalItem class
Top
Properties
  NameDescription
Public propertyApprovalItemType
An enumeration indicating the type of item with which this approval is associated.
Public propertyApprovalStatus
An enumeration indicating the overall current status of the approval process for this item.
Public propertyApprovalSteps
An read-only list of the approval steps associated with this approval point.
Public propertyId
A unique identifier for this particular approval item (corresponds to the primary key in the FactoryLogix database)
Public propertyRelatedName
The name of the realted item being approved such as Operation Group or Operation name.
Top
See Also