resourcepool

Defines a set of resources which may be used to schedule a set of activities linked in a 'chain'. Activities are linked into a chain using Activity Resource Pool Set. All activities in the chainmust 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 ] resourcepool ResourcePoolName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Defines a unique id for the Resource Pool.
resource_pool_set_id String(32) Defines the Resource Pool Set identifier

Optional columns

Column Name Data Type Description Default Value
description String(2000) Provides a description of the Resource Pool, which may be shown in the Scheduling Workbench
pool_multiplier Double Determines the preference for this Resource Pool. Default is 1. Use a higher multiplier e.g. 1.5 to prefer the use of this pool to others in the same Resource Pool Set.


            resourcepool ResourcePool {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  resource_pool_set_id,
                  -- optional columns
                     ..                  description,
                     ..                  pool_multiplier
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ResourcePoolName

Syntax:

<Identifier>


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