IStatusMonitor Interface |
Namespace: SuperOffice.COM.Application
The IStatusMonitor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Criteria | Criteria used for defining this status monitor. Only accessible if you have status-monitor-admin right. |
![]() | DefaultTaskText | Default task description text. Used when the user clicks the Follow up button. |
![]() | DefaultTaskType | Default task type. Used when the user clicks the Follow up button. |
![]() | Description | Description of the Status Monitor. This text also appears in the client when the monitor is active. Text may contain merge codes like <name>. |
![]() | Identity | Record Id of the Status Monitor definition. |
![]() | IsDeleted | Is the status monitor deleted? |
![]() | IsDirty | Does the Status Monitor need to be regenerated? Changing the criteria will make status dirty. |
![]() | IsVisual | Should the Status Monitor be displayed in the client? |
![]() | LastGenerated | Date the status monitor was last generated |
![]() | Name | Name of the Status Monitor definition. |
![]() | NumDirtyMatches | Number of records that have changed since the monitor was last generated |
![]() | NumMatches | Number of records that matched the criteria when the monitor was last generated |
![]() | OwnerTable | Table that this monitor definition is attached to. |
![]() | Picture | Picture to be displayed in the client when monitor is active. |
![]() | Rank | Rank of the Status Monitor definition. |
Name | Description | |
---|---|---|
![]() | Delete | Marks the status monitor as deleted. |
![]() | GenerateValues | Generate the status monitor values for this status monitor. This may take a while. You must have the status-monitor-admin right to run this. |
![]() | Save | Save the status monitor definition to the database. This will not generate the status values. |