ramoperationhierarchy

This allows operations to be placed in a hierarchy. In such cases, whenever a parent operation is carried out, the child operation will also be taken to have been carried out.

Syntax:

[ DynamicComponentDependency ] ramoperationhierarchy RAMOperationHierarchyName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
ram_operation_id_child String(32) The identifier for the child operation.
ram_operation_id_parent String(32) The identifier for the parent operation.


            ramoperationhierarchy RAMOperationHierarchy {{SelectName}} {
               SELECT
                     ..                  ram_operation_id_child,
                     ..                  ram_operation_id_parent
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMOperationHierarchyName

Syntax:

<Identifier>


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