skillsetskill

This defines the skills that make up a given skill set.

Syntax:

[ DynamicComponentDependency ] skillsetskill SkillSetSkillName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
skill_id String(32) Defines the id of the skill this relates to.
skill_set_id String(32) Defines the id of the skill set to which this skill belongs.


            skillsetskill SkillSetSkill {{SelectName}} {
               SELECT
                     ..                  skill_id,
                     ..                  skill_set_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

SkillSetSkillName

Syntax:

<Identifier>


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