resourcecapacity

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

Syntax:

[ DynamicComponentDependency ] resourcecapacity ResourceCapacityName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
capacity_id String(32) Defines a unique id for the resource capacity.
resource_id String(32) Defines the id of the resource to which this capacity belongs.


            resourcecapacity ResourceCapacity {{SelectName}} {
               SELECT
                     ..                  capacity_id,
                     ..                  resource_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ResourceCapacityName

Syntax:

<Identifier>


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