traveltimeprofile

Used to define a profile of weighting to be applied to the travel matrix used in a travel profile.

Syntax:

[ DynamicComponentDependency ] traveltimeprofile TravelTimeProfileName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Identifier for the profile.

Optional columns

Column Name Data Type Description Default Value
description String(100) Description of the travel time profile.


            traveltimeprofile TravelTimeProfile {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

TravelTimeProfileName

Syntax:

<Identifier>


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