Draft
This is a preliminary version of the VDM documentation.
Document
- entity type: AggregateRoot
- id:
48a72196-22fb-489a-9c99-8a2531dd73c4 - code:
Document - name: Document
- description: document class
- notes: see MetaModel definition
- dependencies:
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | Description | |
|---|---|---|---|---|---|---|---|
| Agenda | LookupEntity [DocumentAgenda] | ✘ | ✔ | ✘ | ✘ | what type of document it is (e.g. invoice, commercial contract, technical drawing, etc.) | |
| ApprovalDate | UtcDateTime | ✘ | ✔ | ✘ | ✘ | approval date | |
| Approved | LookupEntity [DocumentApprovalType] | ✘ | ✔ | ✘ | ✘ | information whether the document is approved | |
| Description | MultilineText | ✘ | ✔ | ✘ | ✔ | localized description of the document | |
| DocumentState | LookupEntity [DocumentState] | ✘ | ✔ | ✘ | ✘ | document state | |
| Folder | LookupEntity [Folder] | ✘ | ✔ | ✘ | ✘ | document tree level | |
| Metadata | MultilineText | ✘ | ✔ | ✘ | ✘ | document metadata, extension content | |
| Name | Text | ✘ | ✔ | ✘ | ✔ | name of the document | |
| Organization | LookupEntity [Organization] | ✘ | ✔ | ✘ | ✘ | organization | |
| PublicationDate | UtcDateTime | ✘ | ✔ | ✘ | ✘ | date when the document was published | |
| Valid | LookupEntity [DocumentValidationType] | ✘ | ✔ | ✘ | ✘ | information whether the document is valid | |
| ValidFrom | UtcDateTime | ✘ | ✔ | ✘ | ✘ | the date from which the document is valid | |
| ValidTo | UtcDateTime | ✘ | ✔ | ✘ | ✘ | the date until which the document is valid | |
| Version | DecimalNumber | ✘ | ✔ | ✘ | ✘ | version number |
Properties or their values can be marked with:
- 🆕 - signifies about new property or value
- ❗ - signifies that property or its values have been changed during month
- ❌ - signifies that property or its value has been deleted
- if property appears with ❗ and no change is listed, then the changes have been made to values which are not documented here