TrackingActivityIsPendingApproval Property |
A boolean value which, when true, indicates that the work done in this activity is pending approval.
A transaction cannot be finished at an operation while there are TrackingActivities with IsPendingApproval set to true.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public bool IsPendingApproval { get; set; }
Public Property IsPendingApproval As Boolean
Get
Set
public:
property bool IsPendingApproval {
bool get ();
void set (bool value);
}
member IsPendingApproval : bool with get, set
Property Value
Type:
BooleanSee Also