resourcepoolset

Defines a number of different groups 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 any of the Resource Pools in thisset may be chosen.

Syntax:

[ DynamicComponentDependency ] resourcepoolset ResourcePoolSetName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Specifies the unique id for the Resource Pool Set.

Optional columns

Column Name Data Type Description Default Value
description String(2000) Provides a description for this Resource Pool Set


            resourcepoolset ResourcePoolSet {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ResourcePoolSetName

Syntax:

<Identifier>


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