ramactivitytypetool

Defines required tools for an activity type.

Syntax:

[ DynamicComponentDependency ] ramactivitytypetool RAMActivityTypeToolName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_activity_type_id String(32) The activity type this applies to.
ram_tool_type_id String(32) The tool type required.

Optional columns

Column Name Data Type Description Default Value
share_with_corequisites Number (0 = False, 1 = True) For corequisite activities, whether the tool requirement can be satisfied by any of the corequisites.


            ramactivitytypetool RAMActivityTypeTool {{SelectName}} {
               SELECT
                     ..                  ram_activity_type_id,
                     ..                  ram_tool_type_id,
                  -- optional columns
                     ..                  share_with_corequisites
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMActivityTypeToolName

Syntax:

<Identifier>


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