ramutilisationtemplate

A pattern for applying utilisations to shifts.

Syntax:

[ DynamicComponentDependency ] ramutilisationtemplate RAMUtilisationTemplateName {
[ 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
description String(2000) A description for this template.


            ramutilisationtemplate RAMUtilisationTemplate {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMUtilisationTemplateName

Syntax:

<Identifier>


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