Show / Hide Table of Contents

Class DBC.CounterValueFields

Fields for CounterValue, Visible for rights

Inheritance
Object
DBC.CounterValueFields
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 CounterValueFields

Fields

AmountClassId

CounterValue.AmountClassId: Sale amount class, for splitting sale counters by amounts

Declaration
public const string AmountClassId = "amountClassId"
Field Value
Type Description
String

ContactId

CounterValue.ContactId: Link to contact, 0 if this counter is not for contacts

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

CounterValueId

CounterValue.CounterValueId: Primary key

Declaration
public const string CounterValueId = "CounterValue_id"
Field Value
Type Description
String

Direction

CounterValue.Direction: Same as task.direction: Direction: 0 = none, 1 = incoming, 2 = outgoing

Declaration
public const string Direction = "direction"
Field Value
Type Description
String

Extra1Count

CounterValue.Extra1Count: Total registered records of this type in the second period (there are up to three period definitions)

Declaration
public const string Extra1Count = "extra1_count"
Field Value
Type Description
String

Extra1Id

CounterValue.Extra1Id: Spare ID for future links

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

Extra2Count

CounterValue.Extra2Count: Total records with status Not Completed in the second period (there are up to three period definitions)

Declaration
public const string Extra2Count = "extra2_count"
Field Value
Type Description
String

Extra2Id

CounterValue.Extra2Id: Spare ID for future links

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

Extra3Count

CounterValue.Extra3Count: Total registered records of this type in the third period (there are up to three period definitions)

Declaration
public const string Extra3Count = "extra3_count"
Field Value
Type Description
String

Extra4Count

CounterValue.Extra4Count: Total records with status Not Completed in the third period (there are up to three period definitions)

Declaration
public const string Extra4Count = "extra4_count"
Field Value
Type Description
String

IntentId

CounterValue.IntentId: Link to Intent list

Declaration
public const string IntentId = "intent_id"
Field Value
Type Description
String

LastCompleted

CounterValue.LastCompleted: ActiveDate/SaleDate/CreatedAt of last COMPLETED activity/sale/ticket of this type

Declaration
public const string LastCompleted = "lastCompleted"
Field Value
Type Description
String

LastDoBy

CounterValue.LastDoBy: ActiveDate/SaleDate/CreatedAt of last NOT COMPLETED activity/sale/ticket of this type

Declaration
public const string LastDoBy = "lastDoBy"
Field Value
Type Description
String

LastRegistered

CounterValue.LastRegistered: ActiveDate/SaleDate/CreatedAt of last activity/sale/ticket of this type

Declaration
public const string LastRegistered = "lastRegistered"
Field Value
Type Description
String

NotCompleted

CounterValue.NotCompleted: Total records with status Not Completed

Declaration
public const string NotCompleted = "notCompleted"
Field Value
Type Description
String

NotCompletedInPeriod

CounterValue.NotCompletedInPeriod: Total records with status Not Completed in the first period (there are up to three period definitions)

Declaration
public const string NotCompletedInPeriod = "notCompletedInPeriod"
Field Value
Type Description
String

PersonId

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

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

ProjectId

CounterValue.ProjectId: Link to project, 0 if this counter is not for project

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

RecordType

CounterValue.RecordType: Same as task.record_type: 1 = app, 2 = doc, 3 = email, 4 = fax, 5 = phone, 6 = todo - see EAppntRecordTypes

Declaration
public const string RecordType = "record_type"
Field Value
Type Description
String

Registered

CounterValue.Registered: Registered when

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

RegisteredAssociateId

CounterValue.RegisteredAssociateId: Registered by whom

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

SaleStatus

CounterValue.SaleStatus: Sale status: 0 = Unknown, 1 = open, 2 = closed, 3 = lost, 4 = all sales

Declaration
public const string SaleStatus = "sale_status"
Field Value
Type Description
String

TotalReg

CounterValue.TotalReg: Total registered records of this type

Declaration
public const string TotalReg = "totalReg"
Field Value
Type Description
String

TotalRegInPeriod

CounterValue.TotalRegInPeriod: Total registered records of this type in the first period (there are up to three period definitions)

Declaration
public const string TotalRegInPeriod = "totalRegInPeriod"
Field Value
Type Description
String

Updated

CounterValue.Updated: Last updated when

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

UpdatedAssociateId

CounterValue.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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