skillset

Defines a set of skills, which are used when applying incentives.

Syntax:

[ DynamicComponentDependency ] skillset SkillSetName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Defines a unique identifier for the skill set.

Optional columns

Column Name Data Type Description Default Value
all_skills_required Number (0 = False, 1 = True) Indicates whether a resource is required to satify all skills in order to satisfy the set. If not, the resource need only satisfy any skill in the set. True
description String(2000) Provides a description for this skill set.


            skillset SkillSet {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  all_skills_required,
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

SkillSetName

Syntax:

<Identifier>


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