Show / Hide Table of Contents

Class DBC.StatusDefFields

Fields for StatusDef, Status definitions. Name and description are in LocaleText for internationalization

Inheritance
object
DBC.StatusDefFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.StatusDefFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top