skillsetincentiveavail

This links a skill set incentive to a period of availability where it is applicable. If no availabilities are specified then the skill set incentive is applicable whenever the incentive itself is.

Syntax:

[ DynamicComponentDependency ] skillsetincentiveavail SkillSetIncentiveAvailName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
availability_id String(32) Specifies the id of the availability this relates to.
skill_set_incentive_id String(32) Specifies the id of the skill set incentive this relates to.


            skillsetincentiveavail SkillSetIncentiveAvail {{SelectName}} {
               SELECT
                     ..                  availability_id,
                     ..                  skill_set_incentive_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

SkillSetIncentiveAvailName

Syntax:

<Identifier>


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