resourcepart

Defines what parts and quantity carried by a resource. There is an entry for each part a resource has available with the quantity of stock to be used in completing activities. (This functionality has been replaced by Part Stock.Part Stock should be used instead).

Syntax:

[ DynamicComponentDependency ] resourcepart ResourcePartName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
part_id String(32) Defines a unique id for the part.
resource_id String(32) Defines a unique id for the resource.

Optional columns

Column Name Data Type Description Default Value
stock Number Defines the amount of stock carried by the resource. 1


            resourcepart ResourcePart {{SelectName}} {
               SELECT
                     ..                  part_id,
                     ..                  resource_id,
                  -- optional columns
                     ..                  stock
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ResourcePartName

Syntax:

<Identifier>


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