resourcepoolitem

Defines a Resource or a Resource Type to be a member of a Resource Pool. Many resources (or types) may be in a single resource pool, and a resource(or type) may be in more than one pool.

Syntax:

[ DynamicComponentDependency ] resourcepoolitem ResourcePoolItemName {
[ 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 Item.
resource_pool_id String(32) Specifies the identifier of the Resource Pool to which this item belongs.

Optional columns

Column Name Data Type Description Default Value
resource_id String(32) Specifies the identifier of a resource to be included in the Resource Pool.
resource_type_id String(32) Specifies the identifier of a resource type to be included in the Resource Pool


            resourcepoolitem ResourcePoolItem {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  resource_pool_id,
                  -- optional columns
                     ..                  resource_id,
                     ..                  resource_type_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ResourcePoolItemName

Syntax:

<Identifier>


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