2024 April Release

Class FSCTEAMROOM@1.1001:Rule Permanent link for this heading

Rule Class for inbox rooms.
A rule is applied on objects moved into an inbox room.
If the condition of the rule matches the for the checked object the defined rule actions are executed on the object.
The rules are checked in the order as they are listed in property ibrrules of the inbox room. Note: If a matching rule is found no further rules are checked.

Class Hierarchy

Object > BasicObject > Rule

Properties Permanent link for this heading

Type

Property

Name

RuleAction[]

rlactions

Actions

RuleCondition[]

rlconditions

Conditions

string

rlname

Name

Properties Permanent link for this heading


Actions (FSCTEAMROOM@1.1001:rlactions) Permanent link for this heading

Stores the rule action executed on the target object when the rule is applied on the object.

Explanation:
Defines the actions to be executed.

RuleAction[] FSCTEAMROOM@1.1001:rlactions readonly

Additional Information


Conditions (FSCTEAMROOM@1.1001:rlconditions) Permanent link for this heading

Stores the rule conditions which all have to match to get the rule actions applied on the object.
Conditions are not mandatory to define rules.

Explanation:
Sets the conditions for the rule. A condition checks whether the selected property contains the defined string (case-insensitive, no wildcards are allowed). All conditions must be met for the rule to run. If no condition is specified, the rule is always executed.

RuleCondition[] FSCTEAMROOM@1.1001:rlconditions readonly

Additional Information


Name (FSCTEAMROOM@1.1001:rlname) Permanent link for this heading

Stores the name of the rule.

Explanation:
Defines the name of the rule.

string FSCTEAMROOM@1.1001:rlname readonly

Additional Information