skillsetincentive

This links a skill set to an incentive. Resources who satisfy this skill set are eligible to receive an incentive when they carry out applicable activities with productive time of the required category.

Syntax:

[ DynamicComponentDependency ] skillsetincentive SkillSetIncentiveName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Defines a unique identifier for the Skill_Set_Incentive.
incentive_id String(32) Specifies the id of the incentive this relates to.
skill_set_id String(32) Specifies the id of the required skill set.

Optional columns

Column Name Data Type Description Default Value
incentive_type String(32) Specifies the type of this incentive. STANDARD
productivity_category_id String(32) Specifies the category of productive time that will apply.


            skillsetincentive SkillSetIncentive {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  incentive_id,
                     ..                  skill_set_id,
                  -- optional columns
                     ..                  incentive_type,
                     ..                  productivity_category_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

SkillSetIncentiveName

Syntax:

<Identifier>


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