rulecollectionrule

Links a rule to a given rule collection.

Syntax:

[ DynamicComponentDependency ] rulecollectionrule RuleCollectionRuleName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
rule_collection_id String(32) Specifies the id of the rule collection to which this rule belongs.
rule_id String(32) Specifies the id of the rule to be linked to the collection.
rule_type_id String(32) Specifies the rule type id of the rule.


            rulecollectionrule RuleCollectionRule {{SelectName}} {
               SELECT
                     ..                  rule_collection_id,
                     ..                  rule_id,
                     ..                  rule_type_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RuleCollectionRuleName

Syntax:

<Identifier>


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