rulecollection

Defines a collection of rules that can be linked to a resource or resource type.

Syntax:

[ DynamicComponentDependency ] rulecollection RuleCollectionName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Defines the unique id for the rule collection.

Optional columns

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


            rulecollection RuleCollection {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RuleCollectionName

Syntax:

<Identifier>


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