Click or drag to resize

IStatusMonitor Interface

Status Monitors tell you whether a given company or project matches a set of criteria. Note that status monitors may be out-of-date with respect to the actual state of the database. May be NULL if you do not have the Sales Intelligence license. May be read-onl

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public interface IStatusMonitor

The IStatusMonitor type exposes the following members.

Properties
  NameDescription
Public propertyCriteria
Criteria used for defining this status monitor. Only accessible if you have status-monitor-admin right.
Public propertyDefaultTaskText
Default task description text. Used when the user clicks the Follow up button.
Public propertyDefaultTaskType
Default task type. Used when the user clicks the Follow up button.
Public propertyDescription
Description of the Status Monitor. This text also appears in the client when the monitor is active. Text may contain merge codes like <name>.
Public propertyIdentity
Record Id of the Status Monitor definition.
Public propertyIsDeleted
Is the status monitor deleted?
Public propertyIsDirty
Does the Status Monitor need to be regenerated? Changing the criteria will make status dirty.
Public propertyIsVisual
Should the Status Monitor be displayed in the client?
Public propertyLastGenerated
Date the status monitor was last generated
Public propertyName
Name of the Status Monitor definition.
Public propertyNumDirtyMatches
Number of records that have changed since the monitor was last generated
Public propertyNumMatches
Number of records that matched the criteria when the monitor was last generated
Public propertyOwnerTable
Table that this monitor definition is attached to.
Public propertyPicture
Picture to be displayed in the client when monitor is active.
Public propertyRank
Rank of the Status Monitor definition.
Top
Methods
  NameDescription
Public methodDelete
Marks the status monitor as deleted.
Public methodGenerateValues
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.
Public methodSave
Save the status monitor definition to the database. This will not generate the status values.
Top
See Also