ramresourcecapacity

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

Mandatory columns

Column Name Data Type Description Default Value
ram_capacity_id String(32) The capacity id.
ram_resource_id String(32) Id of the resource holding this capacity..


            ramresourcecapacity RAMResourceCapacity {{SelectName}} {
               SELECT
                     ..                  ram_capacity_id,
                     ..                  ram_resource_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMResourceCapacityName

Syntax:

<Identifier>


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