skilltype

This provides an optional definition that is used to group skills together by type. This can be used to link activities and/or resources with skills of a type.

Syntax:

[ DynamicComponentDependency ] skilltype SkillTypeName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Defines a unique id for the Skill type.

Optional columns

Column Name Data Type Description Default Value
description String(2000) Provides a description of the Skill type.


            skilltype SkillType {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

SkillTypeName

Syntax:

<Identifier>


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