ramskill

A skill which can be linked to resources and activities.

Syntax:

[ DynamicComponentDependency ] ramskill RAMSkillName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) A unique id.

Optional columns

Column Name Data Type Description Default Value
team_inheritable Number (0 = False, 1 = True) If true then team resources will inherit this skill from any team member who possesses the skill. True
description String(2000) A description of the skill.
max_unused_duration Number (minutes by default) A period for which if the skill is not used the resource is no longer considered to have the skill.
ram_skill_type_id String(32) The skill type for this skill.
team_proficiency_multiplier Double For team resources this specifies how the team proficiency should be affected if multiple resources in the same team possess the same skill.


            ramskill RAMSkill {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  team_inheritable,
                     ..                  description,
                     ..                  max_unused_duration,
                     ..                  ram_skill_type_id,
                     ..                  team_proficiency_multiplier
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMSkillName

Syntax:

<Identifier>


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