skillsetincentivelevel

This defines the actual incentive value to be gained when the conditions of the skill set incentive are met.

Syntax:

[ DynamicComponentDependency ] skillsetincentivelevel SkillSetIncentiveLevelName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
from_resource_count Number Specifies the number of resources satisfying the incentive from which this level will apply.
skill_set_incentive_id String(32) Defines the id of the skill set incentive this applies to.

Optional columns

Column Name Data Type Description Default Value
unit_resource_value Double Defines the value per resource per hour that is added to the plan when the incentive is met at this level. 1000


            skillsetincentivelevel SkillSetIncentiveLevel {{SelectName}} {
               SELECT
                     ..                  from_resource_count,
                     ..                  skill_set_incentive_id,
                  -- optional columns
                     ..                  unit_resource_value
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

SkillSetIncentiveLevelName

Syntax:

<Identifier>


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