ramcalendaritem

Defines the general pattern of availability for the calendar.

Syntax:

[ DynamicComponentDependency ] ramcalendaritem RAMCalendarItemName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
day_of_week Number The day of week for this availability (0=Sunday, 6=Saturday).
ram_calendar_id String(32) The id of the calendar this belongs to.
start_time Number (minutes by default) The start time for this availability.
end_time Number (minutes by default) The end time for this availability.


            ramcalendaritem RAMCalendarItem {{SelectName}} {
               SELECT
                     ..                  day_of_week,
                     ..                  ram_calendar_id,
                     ..                  start_time,
                     ..                  end_time
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMCalendarItemName

Syntax:

<Identifier>


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