ramrestypetransition

These are used to allow the WISE to consider switching resources from one type to another. This could be to a more skilled resource type, or to a resource type with a different shift pattern for example.

Syntax:

[ DynamicComponentDependency ] ramrestypetransition RAMResTypeTransitionName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_resource_type_id_from String(32) The id of the resource type to transition from.
ram_resource_type_id_to String(32) The id of the resource type to transition to.

Optional columns

Column Name Data Type Description Default Value
transition_cost Double The cost of the transition. If not specified there is no cost.


            ramrestypetransition RAMResTypeTransition {{SelectName}} {
               SELECT
                     ..                  ram_resource_type_id_from,
                     ..                  ram_resource_type_id_to,
                  -- optional columns
                     ..                  transition_cost
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMResTypeTransitionName

Syntax:

<Identifier>


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