ramappttemplateitem

Defines a slot within an appointment template.

Syntax:

[ DynamicComponentDependency ] ramappttemplateitem RAMApptTemplateItemName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_appointment_template_id String(32) The appointment template this applies to.
slot_start_time Number (minutes by default) The time of day when the slot should start.
slot_end_time Number (minutes by default) The time of day when the slot should end.


            ramappttemplateitem RAMApptTemplateItem {{SelectName}} {
               SELECT
                     ..                  ram_appointment_template_id,
                     ..                  slot_start_time,
                     ..                  slot_end_time
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMApptTemplateItemName

Syntax:

<Identifier>


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