Group Status

This property defines group status evaluation rules.

Field Description

Field Name

Enable Custom Status. Flag that controls whether custom status is enabled for a group.

enabled

Member Status Variable. Property (variable) of group members that will be used to calculate status of each member.

variable

Member Status Expression. This expression will be evaluated for every group member to find out a status value (String) for this member. This value will be than looked up in the Status Table.

expression

Member Status Expression Resolution Environment:

Default Context

Context of current group member.

Default Data Table

Current value of the Member Status Variable.

Default Row

0

Environment Variables

Standard variables only.

Status Table. The lookup table used to calculate aggregate status of the group as described in the Group Status article. The table has three fields:

  • Member Status Expression Result. Result of Member Status Expression evaluation.

  • Color. A color that will be used to mark the group with such status (there are twelve pre-defined group status colors).

  • Description. Description of this status.

statuses

This property may be accessed via the groupStatus variable.

Was this page helpful?