activityresourcepoolset

Defines which activities are linked together to form a 'chain'. All activities in the chain must be scheduled to resources from a single Resource Pool, although there may be several alternative Resource Pools in the Resource Pool Set. Some Resource Pools may be preferred to others.

Syntax:

[ DynamicComponentDependency ] activityresourcepoolset ActivityResourcePoolSetName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
activity_id String(32) Specifies the id of the activity
resource_pool_set_id String(32) Specifies the id of the Resource Pool Set
chain String(32) Describes which chain this activity belongs to. All activities with the same chain identifier will form a single chain, and they will all be allocated to resources from a single Resource Pool


            activityresourcepoolset ActivityResourcePoolSet {{SelectName}} {
               SELECT
                     ..                  activity_id,
                     ..                  resource_pool_set_id,
                     ..                  chain
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ActivityResourcePoolSetName

Syntax:

<Identifier>


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