ramroleskill

A skill required to fulfill this role.

Syntax:

[ DynamicComponentDependency ] ramroleskill RAMRoleSkillName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_role_id String(32) The role this applies to.
ram_skill_id String(32) The required skill.


            ramroleskill RAMRoleSkill {{SelectName}} {
               SELECT
                     ..                  ram_role_id,
                     ..                  ram_skill_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMRoleSkillName

Syntax:

<Identifier>


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