SignedDocument
- entity type: AggregateRoot
- id:
57c6a39f-98fe-4611-a5e9-9251127b7e88 - code:
SignedDocument - name: SignedDocument
- description: document sent for electronic signature
- 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 | |
| Description | MultilineText | ✘ | ✔ | ✘ | ✔ | localized description of document | |
| DocumentFile | FileReference | ✘ | ✘ | ✘ | ✘ | document PDF file | |
| DocumentTags | NestedEntity [DocumentTag] | ✘ | ✔ | ✔ | ✘ | document labeling (more detailed document identification for sorting and searching) | |
| FinalRecipients | NestedEntity [FinalRecipient] | ✘ | ✔ | ✔ | ✘ | final recipient of signed document | |
| Name | Text | ✘ | ✔ | ✘ | ✔ | name of document | |
| Organization | LookupEntity [Organization] | ✘ | ✔ | ✘ | ✘ | organization | |
| Owner | LookupEntity [Person] | ✘ | ✘ | ✘ | ✘ | document owner (employee, user who publishes document) | |
| PublicationDate | UtcDateTime | ✘ | ✔ | ✘ | ✘ | date when the document was published | |
| Signatories | NestedEntity [Signatory] | ✘ | ✘ | ✔ | ✘ | which persons will sign document |
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
List of changes
October 2025
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | |
|---|---|---|---|---|---|---|
| 🆕 | DocumentTags | -> NestedEntity [DocumentTag] | -> False | -> True | -> True | -> False |
| ❗ | Owner | LookupEntity [EmployeeDetail] -> LookupEntity [Person] |