Draft
This is a preliminary version of the VDM documentation.
PersonRelation
- entity type: AggregateRoot
- id:
39fdf397-6344-4474-8887-82909c8043d5 - code:
PersonRelation - name: PersonRelation
- description: association table defining relationship between person and organization (e.g. contact persons)
- notes: see MetaModel definition
- dependencies:
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | Description | |
|---|---|---|---|---|---|---|---|
| Contacts | NestedEntity [Contact] | ✘ | ✔ | ✔ | ✘ | contacts to person in relation to organization | |
| Organization | LookupEntity [Organization] | ✘ | ✘ | ✘ | ✘ | organization, relation to organization entity | |
| Person | LookupEntity [Person] | ✘ | ✘ | ✘ | ✘ | person, relation to person entity | |
| Type | LookupEntity [PersonRelationType] | ✘ | ✘ | ✘ | ✘ | person relation type (e.g. contact person, employee etc) |
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
April 2025
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | |
|---|---|---|---|---|---|---|
| 🆕 | Contacts | -> NestedEntity [Contact] | -> False | -> True | -> True | -> False |