resourcetypetransition

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 ] resourcetypetransition ResourceTypeTransitionName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
resource_type_id_from String(32) Specifies the unique id of the Resource Type to transition from.
resource_type_id_to String(32) Specifies the unique id of the Resource Type to transition to.

Optional columns

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


            resourcetypetransition ResourceTypeTransition {{SelectName}} {
               SELECT
                     ..                  resource_type_id_from,
                     ..                  resource_type_id_to,
                  -- optional columns
                     ..                  transition_cost
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ResourceTypeTransitionName

Syntax:

<Identifier>


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