DocumentTypeUserStatusIsExitStatus Property |
True when the status allows going to the next system status, false otherwise. For example for system status Firm Planned, only user status Approved might allow going to Released. [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsExitStatus { get; set; }
Public Property IsExitStatus As Boolean
Get
Set
public:
property bool IsExitStatus {
bool get ();
void set (bool value);
}
member IsExitStatus : bool with get, set
Property Value
Type:
Boolean
See Also