ramshifttempsetitem

An item within a shift template set.

Syntax:

[ DynamicComponentDependency ] ramshifttempsetitem RAMShiftTempSetItemName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_shift_template_id String(32) The id of the item.
ram_shift_template_set_id String(32) The id of the set.

Optional columns

Column Name Data Type Description Default Value
preference Double A preference for or against using this template.


            ramshifttempsetitem RAMShiftTempSetItem {{SelectName}} {
               SELECT
                     ..                  ram_shift_template_id,
                     ..                  ram_shift_template_set_id,
                  -- optional columns
                     ..                  preference
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMShiftTempSetItemName

Syntax:

<Identifier>


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