resourcetypecapacity

This links a capacity to a resource type. It is possible for a resource type to have more thanone capacity, representing for example different compartments within a van. Ifno resource type capacity is specified the resource type is assumed to be capable ofcarrying any parts.

Syntax:

[ DynamicComponentDependency ] resourcetypecapacity ResourceTypeCapacityName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
capacity_id String(32) Specifies the unique id for the Capacity.
resource_type_id String(32) Specifies the id of the resource type holding this capacity.


            resourcetypecapacity ResourceTypeCapacity {{SelectName}} {
               SELECT
                     ..                  capacity_id,
                     ..                  resource_type_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ResourceTypeCapacityName

Syntax:

<Identifier>


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