Draft
This is a preliminary version of the VDM documentation.
EmployeeQualification
- entity type: AggregateRoot
- id:
6e9ca8f7-57a0-4c25-babf-74b7153761ad - code:
EmployeeQualification - name: EmployeeQualification
- description: association table defining relationship between employee and his qualification(s)
- notes: see MetaModel definition
- dependencies:
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | Description | |
|---|---|---|---|---|---|---|---|
| Value | Text | ✘ | ✔ | ✘ | ✘ | the code of selected qualification value-item from 'ValueItems' collection | |
| ValidFrom | Date | ✘ | ✔ | ✘ | ✘ | the start date of qualification validity | |
| ValidTo | Date | ✘ | ✔ | ✘ | ✘ | the end date of qualification validity | |
| IsRenewalRequired | TwoOptions | ✘ | ✔ | ✘ | ✘ | the flag if renewal of qualification is required | |
| Employee | LookupEntity [EmployeeDetail] | ✘ | ✘ | ✘ | ✘ | relationship to employee | |
| Qualification | LookupEntity [Qualification] | ✘ | ✘ | ✘ | ✘ | relationship to qualification |
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