DocumentStateFlags Fields |
The DocumentStateFlags type exposes the following members.
| Name | Description | |
|---|---|---|
| Adjustment | Document which adjusts other released documents. (Stored as 32). | |
| Closed | The document is audited and closed. Adjustments are not allowed, but reopening is allowed. (Stored as 64). | |
| Completed | Work has completed. (Stored as 16). | |
| FirmPlanned | Planned by operator for future releasing. (Stored as 4). | |
| New | New document, just created. Can be edited. (Stored as 1). | |
| Planned | Planned by the system for future releasing. (Stored as 2). | |
| Released | Released document. Changes can be applied only through adjustment documents. (Stored as 8). | |
| value__ |