ramskilltype

Defines a type of skill. Used for display purposes only.

Syntax:

[ DynamicComponentDependency ] ramskilltype RAMSkillTypeName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) The id of this skill type

Optional columns

Column Name Data Type Description Default Value
description String(2000) A description for this skill type


            ramskilltype RAMSkillType {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMSkillTypeName

Syntax:

<Identifier>


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