Click or drag to resize

ApplyActivityApprovalType Enumeration

An enumerated value indicating which activities of a step the designated approval process will be applied to.

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 ApplyActivityApprovalType
Members
  Member nameValueDescription
None0 No activities of the step will require approval.
FirstActivity1 Only the first activity of the step will require approval.
LastActivity2 Only the last activity of the step will require approval.
AllActivities3 Each and every activity of the step must be approved.
See Also