2024 April Release

FSCTEAMROOM@1.1001:eeaexpression Permanent link for this heading

Expression

This expression is executed on the context object, on which the rule action is applied.

Note: Only properties and actions that are tagged as secure can be used within this expression.

The global scope contains the following elements:
::rule: the rule object which is applied
::action: the current rule action where the expression is defined

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

Explanation:
Defines an app.ducx expression that is executed on the incoming object (see also eeaexpression).

string[] FSCTEAMROOM@1.1001:eeaexpression (
  Rule ::rule,
  ExecuteExpressionAction ::action)

Local Scope: object
Global Scope: dictionary

Name

Description

::rule

the rule object which is applied

::action

the current rule action where the expression is defined