ramlocationtype

Type information for a location.

Syntax:

[ DynamicComponentDependency ] ramlocationtype RAMLocationTypeName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) A unique id.

Optional columns

Column Name Data Type Description Default Value
add_time Number (minutes by default) The add time to use for this location type.
description String(2000) A description of this type of location.
duration_overhead Number (minutes by default) The amount of time to be added to the expected duration of the first activity at a location or locality.
lack_of_coverage Number (0 = False, 1 = True) Whether the location should be considered to have lack of GPS coverage.
ram_time_pattern_id String(32) The time pattern defining availabilities for the location.
start_based_availability Number (0 = False, 1 = True) If the availabilities for this location type apply only to visit start times.


            ramlocationtype RAMLocationType {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  add_time,
                     ..                  description,
                     ..                  duration_overhead,
                     ..                  lack_of_coverage,
                     ..                  ram_time_pattern_id,
                     ..                  start_based_availability
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMLocationTypeName

Syntax:

<Identifier>


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