ramspecialday

This defines a special day within a calendar where the usual availability pattern does not apply.

Syntax:

[ DynamicComponentDependency ] ramspecialday RAMSpecialDayName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_calendar_id String(32) The id of the calendar this relates to.
relative_day_number Number The day this relates to, counting from 1st Jan 2000 = 1.
description String(2000) A description for this special day.

Optional columns

Column Name Data Type Description Default Value
is_working_day Number (0 = False, 1 = True) Whether there is any availability on this day. False


            ramspecialday RAMSpecialDay {{SelectName}} {
               SELECT
                     ..                  ram_calendar_id,
                     ..                  relative_day_number,
                     ..                  description,
                  -- optional columns
                     ..                  is_working_day
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMSpecialDayName

Syntax:

<Identifier>


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