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 variablequalifications — which defines the structure of stored qualification records.

Field

Type

Description

key

String

Unique identifier of the qualification.

value

String

Qualification name displayed to users.

parentKey

String

Parent key. Qualifications can be organized into a hierarchical tree where the root represents the highest-level qualification encompassing all subordinate ones.

description

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?