Show / Hide Table of Contents

Class DBC.StatusValueFields

Fields for StatusValue, Values for statuses

Inheritance
Object
DBC.StatusValueFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class StatusValueFields : Object

Fields

ContactId

StatusValue.ContactId: Link to contact, 0 if this status is not for contacts

Declaration
public const string ContactId = "contact_id"
Field Value
Type Description
String

Extra1Id

StatusValue.Extra1Id: Spare ID for future links

Declaration
public const string Extra1Id = "extra1_id"
Field Value
Type Description
String

Extra2Id

StatusValue.Extra2Id: Spare ID for future links

Declaration
public const string Extra2Id = "extra2_id"
Field Value
Type Description
String

IsSignalled

StatusValue.IsSignalled: 1 = this status is 'true', and the GUI should display it

Declaration
public const string IsSignalled = "isSignalled"
Field Value
Type Description
String

NeedsUpdate

StatusValue.NeedsUpdate: 1 = the value is dirty and needs updating; set when the target (contact, project) is changed (or its activities and sales are changed)

Declaration
public const string NeedsUpdate = "needsUpdate"
Field Value
Type Description
String

PersonId

StatusValue.PersonId: Link to person, 0 if this status is not for person (always 0 in 6.0)

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
String

ProjectId

StatusValue.ProjectId: Link to project, 0 if this status is not for project

Declaration
public const string ProjectId = "project_id"
Field Value
Type Description
String

Registered

StatusValue.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

StatusValue.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

StatusDefId

StatusValue.StatusDefId: Link to statusdefinition

Declaration
public const string StatusDefId = "StatusDef_id"
Field Value
Type Description
String

StatusValueId

StatusValue.StatusValueId: Primary key

Declaration
public const string StatusValueId = "StatusValue_id"
Field Value
Type Description
String

Updated

StatusValue.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

StatusValue.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

StatusValue.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