Click or drag to resize

DocumentState Class

Enumeration of document system states
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class DocumentState : Enum

The DocumentState type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAdjustment
Document which adjusts other released documents. (Stored as 5).
Public fieldStatic memberClosed
The document is audited and closed. Adjustments are not allowed, but reopening is allowed. (Stored as 50).
Public fieldStatic memberCompleted
Work has completed. (Stored as 40).
Public fieldStatic memberFirmPlanned
Planned by operator for future releasing. (Stored as 20).
Public fieldStatic memberNew
New document, just created. Can be edited. (Stored as 0).
Public fieldStatic memberPlanned
Planned by the system for future releasing. (Stored as 10).
Public fieldStatic memberReleased
Released document. Changes can be applied only through adjustment documents. (Stored as 30).
Public fieldvalue__
Top
See Also