ramshifttemplateset

A collection of shift templates, which can be linked to resources.

Syntax:

[ DynamicComponentDependency ] ramshifttemplateset RAMShiftTemplateSetName {
[ 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 the set.


            ramshifttemplateset RAMShiftTemplateSet {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMShiftTemplateSetName

Syntax:

<Identifier>


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