activityskill

Specifies a skill that a resource must have in order for that activity to be allocated to the resource.

Syntax:

[ DynamicComponentDependency ] activityskill ActivitySkillName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
activity_id String(32) Specifies the id of the activity 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 within the co-req Activity_Group where the allocated resource may not have those skills.


            activityskill ActivitySkill {{SelectName}} {
               SELECT
                     ..                  activity_id,
                     ..                  skill_id,
                  -- optional columns
                     ..                  share_with_corequisites
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ActivitySkillName

Syntax:

<Identifier>


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