operationskill

Used to set a skill requirement for a particular operation.

Syntax:

[ DynamicComponentDependency ] operationskill OperationSkillName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
operation_id String(32) The identifier of the operation.
skill_id String(32) The identifier of the skill.


            operationskill OperationSkill {{SelectName}} {
               SELECT
                     ..                  operation_id,
                     ..                  skill_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

OperationSkillName

Syntax:

<Identifier>


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