activityincentive

This links an activity to an incentive, allowing visits to the activity to contribute to the incentive.

Syntax:

[ DynamicComponentDependency ] activityincentive ActivityIncentiveName {
[ 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.
incentive_id String(32) Specifies the id of the incentive this relates to.


            activityincentive ActivityIncentive {{SelectName}} {
               SELECT
                     ..                  activity_id,
                     ..                  incentive_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ActivityIncentiveName

Syntax:

<Identifier>


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