Class DBC.CounterValueFields
Fields for CounterValue, Visible for rights
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.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 |