ramoperationskill

Used to set a skill requirement for a particular operation.

Syntax:

[ DynamicComponentDependency ] ramoperationskill RAMOperationSkillName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_operation_id String(32) The identifier of the operation.
ram_skill_id String(32) The identifier of the required skill.


            ramoperationskill RAMOperationSkill {{SelectName}} {
               SELECT
                     ..                  ram_operation_id,
                     ..                  ram_skill_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMOperationSkillName

Syntax:

<Identifier>


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