Qualifications
The Qualifications model (users.%.models.qualifications) serves as the master reference for employee qualifications within Iotellect Monitoring MES Core.
The model includes a single variable — qualifications — which defines the structure of stored qualification records.
Field | Type | Description |
|---|---|---|
| String | Unique identifier of the qualification. |
| String | Qualification name displayed to users. |
| String | Parent key. Qualifications can be organized into a hierarchical tree where the root represents the highest-level qualification encompassing all subordinate ones. |
| String | Detailed description of the qualification. |
Functions
getAllSubsidiaryQualifications
Returns a list of all qualifications included under the specified qualification.
Function: | getAllSubsidiaryQualifications | ||
Permissions: | Available at the Observer permission level | ||
Input Records: | 1 | ||
Input Format: | Field | Type | Description |
key | String | Key of the qualification | |
Output Records: | 0...unlimited | ||
Output Format: | Field | Type | Description |
key | String | Qualification key | |
value | String | Qualification value | |
parentKey | String | Parent key | |
description | String | Detailed description of the qualification | |
Was this page helpful?