Click or drag to resize

ApprovalItemType Enumeration

An enumeration indicating the type of item that is associated with a particular approval item.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum ApprovalItemType
Members
  Member nameValueDescription
BOM1 The approval item is associated to a Bill of Materials (BOM).
CAD2 The approval item is associated to a CAD design.
ProcessFlow3 The approval item is associated to a process flow.
Operation4 The approval item is associated to a specific operation.
ActivityCompletion5 The approval item is associated to an activity that is completed by operators on the factory floor. After the activity has been completed, the approval process is initiated.
Batch6 The approval item is associated to a production batch (work order).
Process7 The approval item is associated to a process definition.
Deviation8 The approval item is associated to a process deviation.
JITRerouteFlow9 The approval item is associated to a Just In Time process flow.
See Also