ramoperationordering

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

Syntax:

[ DynamicComponentDependency ] ramoperationordering RAMOperationOrderingName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

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


            ramoperationordering RAMOperationOrdering {{SelectName}} {
               SELECT
                     ..                  ram_operation_id_from,
                     ..                  ram_operation_id_to
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMOperationOrderingName

Syntax:

<Identifier>


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