Class DBC.StatusDefFields
Fields for StatusDef, Status definitions. Name and description are in LocaleText for internationalization
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class StatusDefFields : Object
Fields
DefaultTask
StatusDef.DefaultTask: Default task type for this status; the default task text is in the text table (since it can be long), and may contain template variables
Declaration
public const string DefaultTask = "defaultTask"
Field Value
Type | Description |
---|---|
String |
Deleted
StatusDef.Deleted: Deleted flag, 1 if this record is deleted (never from the database)
Declaration
public const string Deleted = "deleted"
Field Value
Type | Description |
---|---|
String |
DirtyOnChange
StatusDef.DirtyOnChange: If 1, the statusValue records should be set to dirty whenever information related to the owning entity changes. If 0, nothing happens.
Declaration
public const string DirtyOnChange = "dirtyOnChange"
Field Value
Type | Description |
---|---|
String |
GenerationStart
StatusDef.GenerationStart: When was the last regeneration started
Declaration
public const string GenerationStart = "generationStart"
Field Value
Type | Description |
---|---|
String |
IsVisual
StatusDef.IsVisual: Should the status be visualized (active) in the client
Declaration
public const string IsVisual = "isVisual"
Field Value
Type | Description |
---|---|
String |
LastGenerated
StatusDef.LastGenerated: When was the last generation finished (i.e., statusValue rows created)
Declaration
public const string LastGenerated = "lastGenerated"
Field Value
Type | Description |
---|---|
String |
NeedsUpdate
StatusDef.NeedsUpdate: Is the definition dirty, ie., ALL values are invalid until a recalculation; this flag is set when the status DEFINITION is changed, as opposed to the flag on StatusValue
Declaration
public const string NeedsUpdate = "needsUpdate"
Field Value
Type | Description |
---|---|
String |
NumMatches
StatusDef.NumMatches: Number of targets that have this status, this should be the number of rows in StatusValue pointing to this definition, and that have isSignalled set to 1
Declaration
public const string NumMatches = "numMatches"
Field Value
Type | Description |
---|---|
String |
NumNeedUpdate
StatusDef.NumNeedUpdate: Number of targets that had this status, but have their needsUpdate bit set due to some change
Declaration
public const string NumNeedUpdate = "numNeedUpdate"
Field Value
Type | Description |
---|---|
String |
OwnerTable
StatusDef.OwnerTable: The owning entity, currently contact or project
Declaration
public const string OwnerTable = "ownerTable"
Field Value
Type | Description |
---|---|
String |
Rank
StatusDef.Rank: Priority rank, in case more than one status is signalled. Lowest wins
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
Registered
StatusDef.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
StatusDef.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
StatusDefId
StatusDef.StatusDefId: Primary key
Declaration
public const string StatusDefId = "StatusDef_id"
Field Value
Type | Description |
---|---|
String |
Updated
StatusDef.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
StatusDef.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
StatusDef.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |