incentiveavailability

This links an incentive to a period of availability where it is applicable. If no availabilities are specified then the incentive is always applicable.

Syntax:

[ DynamicComponentDependency ] incentiveavailability IncentiveAvailabilityName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
availability_id String(32) Defines a unique id for availability period of the incentive.
incentive_id String(32) Specifies the id of the incentive this availability relates to.


            incentiveavailability IncentiveAvailability {{SelectName}} {
               SELECT
                     ..                  availability_id,
                     ..                  incentive_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

IncentiveAvailabilityName

Syntax:

<Identifier>


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