skillhierarchy

This defines the hierarchy of skills which may be present. This allows the grade or level concept to be used with skills and so reduces the amount of skill data and combinations required to define skill competences.

Syntax:

[ DynamicComponentDependency ] skillhierarchy SkillHierarchyName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
skill_id_child String(32) Specifies a unique identifier for the child skill.
skill_id_parent String(32) Specifies a unique identifier for the parent skill.


            skillhierarchy SkillHierarchy {{SelectName}} {
               SELECT
                     ..                  skill_id_child,
                     ..                  skill_id_parent
               FROM {{sourceTableName}}
               WHERE ...;
            }

Note:   All selected columns must have correct aliases that match a IFS Scheduling SkillHierarchy.

SkillHierarchyName

Syntax:

<Identifier>


This page is generated from IFS Developer Studio at 2021-08-13 08:49.