appointmenttemplateitem

Defines the slots that should be used for an appointment template.

Syntax:

[ DynamicComponentDependency ] appointmenttemplateitem AppointmentTemplateItemName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
appointment_template_id String(32) Defines the id of the appointment template this relates to.
slot_start_time Number (minutes by default) Specifies the start time of the slot to be requested.
slot_end_time Number (minutes by default) Specifies the end time of the slot to be requested.


            appointmenttemplateitem AppointmentTemplateItem {{SelectName}} {
               SELECT
                     ..                  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 AppointmentTemplateItem.

AppointmentTemplateItemName

Syntax:

<Identifier>


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