Click or drag to resize

ApprovalAction Class

An object representing a historical record of an action taken by an individual user against a step in an approval process. This might be an approval, a rejection, etc..
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsApprovalAction

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 ApprovalAction

The ApprovalAction type exposes the following members.

Constructors
  NameDescription
Public methodApprovalAction
Initializes a new instance of the ApprovalAction class
Top
Properties
  NameDescription
Public propertyApprovalStatus
An enumerated value representing the nature of the action performed by the user.
Public propertyComments
The free form user notes or comments associated with this approval action.
Public propertySignoffTime
The date and time when the user performed the approval action.
Public propertySignoffUser
The user name of the FactoryLogix user who performed the approval action.
Top
See Also