2024 April Release

Struct FSCTEAMROOM@1.1001:RuleCondition Permanent link for this heading

Structure for rule conditions.

Properties Permanent link for this heading

Type

Property

Name

AttributeDefinition

rlcattribute

Property

string

rlccontain

Contains

string[]

rlcexpression

Condition as Expression

ObjectClass

rlclass

Object Class

Properties Permanent link for this heading


Property (FSCTEAMROOM@1.1001:rlcattribute) Permanent link for this heading

Defines for which attribute the rule condition should be checked.
The possible values are retrieved by use of the customization point CPGetInboxConfiguration

AttributeDefinition FSCTEAMROOM@1.1001:rlcattribute not null readonly

Additional Information


Contains (FSCTEAMROOM@1.1001:rlccontain) Permanent link for this heading

Defines the text which the value of the rule condition property has to contain.

string FSCTEAMROOM@1.1001:rlccontain readonly


Condition as Expression (FSCTEAMROOM@1.1001:rlcexpression) Permanent link for this heading

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

Object Class (FSCTEAMROOM@1.1001:rlclass) Permanent link for this heading

The execution of the rule can be restricted to the object class defined in the rule condition.

ObjectClass FSCTEAMROOM@1.1001:rlclass readonly

Additional Information