Click or drag to resize

DocumentStateFlags Fields

The DocumentStateFlags type exposes the following members.

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