ramslotusagerule

Limits the total amount of resource time that can be used during the slot available times, when making offers for an appointment request.

Syntax:

[ DynamicComponentDependency ] ramslotusagerule RAMSlotUsageRuleName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
minimum_start_offset Number (minutes by default) The minimum offset from the current schedule time to the slot start time at which this rule will apply.
ram_slot_usage_rule_set_id String(32) The id of the rule set that this rule relates to.

Optional columns

Column Name Data Type Description Default Value
maximum_utilisation Double The maximum utilisation permitted for offers made in this slot.
minimum_free_time Number (minutes by default) The minimum amount of free time required in order for offers to be made in this slot.


            ramslotusagerule RAMSlotUsageRule {{SelectName}} {
               SELECT
                     ..                  minimum_start_offset,
                     ..                  ram_slot_usage_rule_set_id,
                  -- optional columns
                     ..                  maximum_utilisation,
                     ..                  minimum_free_time
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMSlotUsageRuleName

Syntax:

<Identifier>


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