ramtransruletmplevel

A delivery level for the rules within a transfer template. Each level has a unit cost, and one rule is chosen from the level at a given time.For example, a level may define separate rules for each day of the week, with only the applicable rule chosen depending on the current time.

Syntax:

[ DynamicComponentDependency ] ramtransruletmplevel RAMTransRuleTmpLevelName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
delivery_level String(32) Id for the delivery level (unique within transfer template).
ram_transfer_rule_template_id String(32) Unique id of the transfer rule template this level belongs to.

Optional columns

Column Name Data Type Description Default Value
unit_cost Number The unit cost for transferring a part with the rules at this level. 0


            ramtransruletmplevel RAMTransRuleTmpLevel {{SelectName}} {
               SELECT
                     ..                  delivery_level,
                     ..                  ram_transfer_rule_template_id,
                  -- optional columns
                     ..                  unit_cost
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMTransRuleTmpLevelName

Syntax:

<Identifier>


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