region

Defines a (usually geographic) region to limit which resources are able to carry out a given activity.Activities are linked to one or more regions via their location, and the Location_Region entity. Resources are linked to regions via the Resource_Region entity.

Syntax:

[ DynamicComponentDependency ] region RegionName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Defines a unique, system-generated, id for the region.

Optional columns

Column Name Data Type Description Default Value
description String(2000) Provides a description for the region.
region_id String(32) Specifies the id of the parent region to which the region belongs.


            region Region {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description,
                     ..                  region_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RegionName

Syntax:

<Identifier>


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