activitypart

Activity part defines what parts and how much is used when the activity is completed.

Syntax:

[ DynamicComponentDependency ] activitypart ActivityPartName {
[ 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 this relates to.
part_id String(32) Specifies the id of the part this relates to.

Optional columns

Column Name Data Type Description Default Value
part_usage Number Defines the quantity of part needed to complete activity. 1
refill_to_capacity Number (0 = False, 1 = True) Specifies whether this activity when visited will refill a resource to capacity. False


            activitypart ActivityPart {{SelectName}} {
               SELECT
                     ..                  activity_id,
                     ..                  part_id,
                  -- optional columns
                     ..                  part_usage,
                     ..                  refill_to_capacity
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ActivityPartName

Syntax:

<Identifier>


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