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.245.0.0 (8.245.0.0)
Syntax public enum ApplyActivityApprovalType
Public Enumeration ApplyActivityApprovalType
public enum class ApplyActivityApprovalType
type ApplyActivityApprovalType
Members
| Member name | Value | Description |
---|
| None | 0 |
No activities of the step will require approval.
|
| FirstActivity | 1 |
Only the first activity of the step will require approval.
|
| LastActivity | 2 |
Only the last activity of the step will require approval.
|
| AllActivities | 3 |
Each and every activity of the step must be approved.
|
See Also