activitytypeapptemplate

Used to associate an Activity_Type to an Appointment_Template, for use in the Appointment Booking screen on the Scheduling Workbench.

Syntax:

[ DynamicComponentDependency ] activitytypeapptemplate ActivityTypeAppTemplateName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
activity_type_id String(32) Specifies the id of the activity type this relates to.
appointment_template_id String(32) Specifies the id of the appointment template this relates to.

Optional columns

Column Name Data Type Description Default Value
default_template Number (0 = False, 1 = True) Defines whether this template should be used by default for activities of this type. False


            activitytypeapptemplate ActivityTypeAppTemplate {{SelectName}} {
               SELECT
                     ..                  activity_type_id,
                     ..                  appointment_template_id,
                  -- optional columns
                     ..                  default_template
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ActivityTypeAppTemplateName

Syntax:

<Identifier>


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