ramshiftcategory

Defines a category for a shift, which rules can be created against (e.g. unsociable hours, hazardous).

Syntax:

[ DynamicComponentDependency ] ramshiftcategory RAMShiftCategoryName {
[ 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
productive Number (0 = False, 1 = True) Determines whether shifts of this category contribute towards requirements. True
colour String(9) The colour to use when displaying shifts of this category
description String(2000) A description for this category.


            ramshiftcategory RAMShiftCategory {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  productive,
                     ..                  colour,
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMShiftCategoryName

Syntax:

<Identifier>


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