incentive

Incentives add value to the total plan margin when activities are scheduled to resources that meet the conditions of the incentive being applied. The conditions relate to sets of skills that the resource must satisfy. Incentives can also be restricted to only apply to a given set of activities.

Syntax:

[ DynamicComponentDependency ] incentive IncentiveName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Defines a unique id for the incentive.
global Number (0 = False, 1 = True) Defines whether the incentive applies to all activities.

Optional columns

Column Name Data Type Description Default Value
description String(2000) Provides a description for this incentive.


            incentive Incentive {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  global,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

IncentiveName

Syntax:

<Identifier>


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