Click or drag to resize

SOStatusMonitorValue 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.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOStatusMonitorValue : IStatusMonitorValue

The SOStatusMonitorValue type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDefinition
The Status Monitor definition.
(Inherited from IStatusMonitorValue.)
Public propertyCode exampleId
The primary key for this value record.
(Inherited from IStatusMonitorValue.)
Public propertyCode exampleIsDirty
Does the status monitor need to be re-calculated? This value can be set if new appointments are created, or the contact or project is updated.
(Inherited from IStatusMonitorValue.)
Public propertyCode exampleIsSignalled
Is the status monitor active? i.e. does the contact or project match the criteria defined for the status monitor?
(Inherited from IStatusMonitorValue.)
Public propertyCode exampleOwnerTable
Table that this value is linked to
(Inherited from IStatusMonitorValue.)
Public propertyCode exampleRecordId
Record id that the this value is linked to
(Inherited from IStatusMonitorValue.)
Top
See Also