ramskillhierarchy

Determines the hierarchy of skills, the parent skill being greater than the child.

Syntax:

[ DynamicComponentDependency ] ramskillhierarchy RAMSkillHierarchyName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_skill_id_child String(32) The id of the child skill.
ram_skill_id_parent String(32) The id of the parent skill.


            ramskillhierarchy RAMSkillHierarchy {{SelectName}} {
               SELECT
                     ..                  ram_skill_id_child,
                     ..                  ram_skill_id_parent
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMSkillHierarchyName

Syntax:

<Identifier>


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