operationordering

This allows a specific ordering of operations to be defined when multiple operations are carried out within a visit.

Syntax:

[ DynamicComponentDependency ] operationordering OperationOrderingName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
operation_id_from String(32) The identifier of the operation that must be carried out first.
operation_id_to String(32) The identifier of the operation that must be carried out second.


            operationordering OperationOrdering {{SelectName}} {
               SELECT
                     ..                  operation_id_from,
                     ..                  operation_id_to
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

OperationOrderingName

Syntax:

<Identifier>


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