activitytypeskill

Records a skill needed for an activity of this type.

Syntax:

[ DynamicComponentDependency ] activitytypeskill ActivityTypeSkillName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
activity_type_id String(32) Specifies the id of the activity type this relates to.
skill_id String(32) Specifies the id of the skill this relates to.

Optional columns

Column Name Data Type Description Default Value
share_with_corequisites Number (0 = False, 1 = True) Defines whether the fulfilment of this skill constraint by allocation of a resource with the required skills is shared with other activities of this type with in the co-req Activity_Group where the allocated resource may not have those skills.


            activitytypeskill ActivityTypeSkill {{SelectName}} {
               SELECT
                     ..                  activity_type_id,
                     ..                  skill_id,
                  -- optional columns
                     ..                  share_with_corequisites
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ActivityTypeSkillName

Syntax:

<Identifier>


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