2024 April Release

FSCTEAMROOM@1.1001:rlcexpression Permanent link for this heading

Condition as Expression

This expression is used to define a rule condition. If this expression evaluates to true all rule actions of the current rule will be executed.

Note: Only properties and actions that are tagged as secure can be used within this expression. No modifications on objects are allowed.

The global scope contains the following elements:
::rule: the rule object for which the condition should be evaluated

The local scope contains the context object on which the changes should be applied.

Explanation:
Defines an app.ducx expression that is used as rule condition (see also rlcexpression).

string[] FSCTEAMROOM@1.1001:rlcexpression (
  Rule ::rule)

Local Scope: object
Global Scope: dictionary
Returns: boolean

Name

Description

::rule

the rule object for which the condition should be evaluated