ramslotusageruleset

Defines a set of rules used to reserve some resource time when appointment booking.

Syntax:

[ DynamicComponentDependency ] ramslotusageruleset RAMSlotUsageRuleSetName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) A unique identifier for this rule set.

Optional columns

Column Name Data Type Description Default Value
description String(2000) A description for this rule set.
distance_threshold_km Double The maximum distance from a shift start location to the activity location in order for the shift to apply.


            ramslotusageruleset RAMSlotUsageRuleSet {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description,
                     ..                  distance_threshold_km
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMSlotUsageRuleSetName

Syntax:

<Identifier>


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