resourceregion

Links resources with regions for the purpose of limiting scheduling of activities toresources within the region.

Syntax:

[ DynamicComponentDependency ] resourceregion ResourceRegionName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
region_id String(32) Specifies the unique id for the Region.
resource_id String(32) Specifies the unique id for the Resource.

Optional columns

Column Name Data Type Description Default Value
within_region_multiplier Double Specifies a multiplier on the value of the resource carrying out activities in this region. The value 1 has no effect.


            resourceregion ResourceRegion {{SelectName}} {
               SELECT
                     ..                  region_id,
                     ..                  resource_id,
                  -- optional columns
                     ..                  within_region_multiplier
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ResourceRegionName

Syntax:

<Identifier>


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