target

Targets define business goals that may be used by the Target-Based Scheduling (TBS) product. Theyare also used internally by the What-If Scenario Explorer (WISE). An example would be 'ensure that the SLA Hit Rate for Plumbing activities is greater than 95%'. The actual level of the Target is set using Target Levels; whilst the applicability of the Target is determined by any Target Focus rows which are linked to the Target.

Syntax:

[ DynamicComponentDependency ] target TargetName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Specifies the unique identifier for this Target.
statistic_type_id Number Defines the statistic type of this Target. Statistic Types are defined in the System database.

Optional columns

Column Name Data Type Description Default Value
description String(2000) Provides an optional description of this Target.


            target Target {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  statistic_type_id,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

TargetName

Syntax:

<Identifier>


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