ramslatemplate

A template for linking SLAs to activities.

Syntax:

[ DynamicComponentDependency ] ramslatemplate RAMSLATemplateName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) A unique id.

Optional columns

Column Name Data Type Description Default Value
start_based Number (0 = False, 1 = True) Should the SLA be applied using the start time or end time of the scheduled activity? True
description String(2000) A description for the template.


            ramslatemplate RAMSLATemplate {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  start_based,
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMSLATemplateName

Syntax:

<Identifier>


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