skill

This defines what skills can be assigned to resources and activities.

Syntax:

[ DynamicComponentDependency ] skill SkillName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

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

Optional columns

Column Name Data Type Description Default Value
description String(2000) Provides a Skill description
skill_type_id String(32) Defines the type of skill if required.


            skill Skill {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description,
                     ..                  skill_type_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

SkillName

Syntax:

<Identifier>


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