ramseparationmodel

This defines a set of rules for preventing activities from being scheduled too closely together, or too far apart. Activities to which the rules apply must belong to a separation group, which they can be linked to via the separation_group_id attribute on RAM_Activity_Type. Resources are then linked to the separation model via the separation_model_id attribute on either RAM_Resource or RAM_Resource_Type.

Syntax:

[ DynamicComponentDependency ] ramseparationmodel RAMSeparationModelName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Specifies a unique identifier for the separation model.

Optional columns

Column Name Data Type Description Default Value
description String(2000) Provides a description for this separation model.


            ramseparationmodel RAMSeparationModel {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMSeparationModelName

Syntax:

<Identifier>


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