EmployeeEducation
- entity type: AggregateRoot
- id:
5189373c-5cd2-4535-af2b-0df2e66ad276 - code:
EmployeeEducation - name: EmployeeEducation
- description: association table defining relationship between employee and his education(s)
- notes: see MetaModel definition
- dependencies:
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | Description | |
|---|---|---|---|---|---|---|---|
| Description | MultilineText | ✘ | ✔ | ✘ | ✘ | additional description related to education | |
| Employee | LookupEntity [EmployeeDetail] | ✘ | ✘ | ✘ | ✘ | relationship to employee | |
| FieldOfStudy | Text | ✘ | ✔ | ✘ | ✘ | field of study description (i.e. education subject) | |
| FinalExam | Text | ✘ | ✔ | ✘ | ✘ | final examination description | |
| From | Date | ✘ | ✔ | ✘ | ✘ | the start date of education session | |
| Level | LookupEntity [EducationLevel] | ✘ | ✔ | ✘ | ✘ | education level, relationship to codelist of education levels | |
| ProviderName | Text | ✘ | ✔ | ✘ | ✘ | name of institution providing education (i.e. education provider) | |
| To | Date | ✘ | ✘ | ✘ | ✘ | the end date of education session | |
| Type | LookupEntity [EducationType] | ✘ | ✔ | ✘ | ✘ | type of education, relationship to education type entity |
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
June 2025
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | |
|---|---|---|---|---|---|---|
| ❗ | FieldOfStudy | False -> True | ||||
| 🆕 | Level | -> LookupEntity [EducationLevel] | -> False | -> True | -> False | -> False |
| ❗ | Type | False -> True |