ramresourcetypeskill

Used to specify that a resource type has a particular skill.

Syntax:

[ DynamicComponentDependency ] ramresourcetypeskill RAMResourceTypeSkillName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_resource_type_id String(32) The resource type this applies to.
ram_skill_id String(32) The skill this applies to.

Optional columns

Column Name Data Type Description Default Value
proficiency Double The proficiency of the resource type in this skill.


            ramresourcetypeskill RAMResourceTypeSkill {{SelectName}} {
               SELECT
                     ..                  ram_resource_type_id,
                     ..                  ram_skill_id,
                  -- optional columns
                     ..                  proficiency
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMResourceTypeSkillName

Syntax:

<Identifier>


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