ramacttypeapptemplate

Used to link an activity type to an appointment template for use in the Scheduling Workbench appointment booking client.

Syntax:

[ DynamicComponentDependency ] ramacttypeapptemplate RAMActTypeAppTemplateName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_activity_type_id String(32) The id of an activity type.
ram_appointment_template_id String(32) An appointment template which may be used for this activity type.

Optional columns

Column Name Data Type Description Default Value
default_template Number (0 = False, 1 = True) Indicates that this template should be used by default for this activity type. False


            ramacttypeapptemplate RAMActTypeAppTemplate {{SelectName}} {
               SELECT
                     ..                  ram_activity_type_id,
                     ..                  ram_appointment_template_id,
                  -- optional columns
                     ..                  default_template
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMActTypeAppTemplateName

Syntax:

<Identifier>


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