Click or drag to resize

ApprovalStep Class

An object representing a single signoff step within an approval process.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsApprovalStep

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class ApprovalStep

The ApprovalStep type exposes the following members.

Constructors
  NameDescription
Public methodApprovalStep
Initializes a new instance of the ApprovalStep class
Top
Properties
  NameDescription
Public propertyApprovalActions
A read-only list of the approval events (signoff, rejection, etc.) that have occurred against this approval process step.
Public propertyApprovalStatus
The current status for this particular approval process step.
Public propertyUserGroupName
The FactoryLogix user group name associated to this approval step. (UserGroup).
Top
See Also