operationhierarchy

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 ] operationhierarchy OperationHierarchyName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

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


            operationhierarchy OperationHierarchy {{SelectName}} {
               SELECT
                     ..                  operation_id_child,
                     ..                  operation_id_parent
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

OperationHierarchyName

Syntax:

<Identifier>


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