ramresourcetravelwith

Defines periods of time where a resource is travelling with another resource.

Syntax:

[ DynamicComponentDependency ] ramresourcetravelwith RAMResourceTravelWithName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) A unique id.
ram_resource_id String(32) The resource who will be travelling with another resource.
ram_resource_id_travel_with String(32) The resource who the first resource will be travelling with.

Optional columns

Column Name Data Type Description Default Value
ram_time_pattern_id String(32) The times for which the travel with should apply.


            ramresourcetravelwith RAMResourceTravelWith {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  ram_resource_id,
                     ..                  ram_resource_id_travel_with,
                  -- optional columns
                     ..                  ram_time_pattern_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMResourceTravelWithName

Syntax:

<Identifier>


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