ramutilisationtempitem

Defines a utilisation to apply to a set of shifts.

Syntax:

[ DynamicComponentDependency ] ramutilisationtempitem RAMUtilisationTempItemName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
applicable_from Number The shift number (counting the first shift in the schedule as shift 1) from which this utilisation applies.
ram_utilisation_template_id String(32) The template this item belongs to.

Optional columns

Column Name Data Type Description Default Value
utilisation Double The utilisation to use.


            ramutilisationtempitem RAMUtilisationTempItem {{SelectName}} {
               SELECT
                     ..                  applicable_from,
                     ..                  ram_utilisation_template_id,
                  -- optional columns
                     ..                  utilisation
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMUtilisationTempItemName

Syntax:

<Identifier>


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