Class DBC.RefCountsFields
Fields for RefCounts, Number counter for all tables that generate numbers, e.g. templates, contacts... This table is used for the number allocation system and should not be confused with sequence, used for allocating internal ID's. This table is replicated during generation of satellites and during local update for travellers, using special logic. By default it contains rows for the SuperOffice standard counters, including one row for each DocTemplate record. It is permissible to add new rows to this table, and such records are maintainable through the Maintenance client. Changing the contents of the standard records is not recommended.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class RefCountsFields
Fields
CurrentValue
RefCounts.CurrentValue: Current value of counter
Declaration
public const string CurrentValue = "currentValue"
Field Value
Type | Description |
---|---|
String |
FieldId
RefCounts.FieldId: The field (and thereby table) this counter is assigned to
Declaration
public const string FieldId = "fieldId"
Field Value
Type | Description |
---|---|
String |
Flags
RefCounts.Flags: Unique, active, read-only, allow blank, …
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
String |
RecordId
RefCounts.RecordId: Record id in target table, used when there are separate counters for each target record
Declaration
public const string RecordId = "recordId"
Field Value
Type | Description |
---|---|
String |
RefCountsId
RefCounts.RefCountsId: Primary key
Declaration
public const string RefCountsId = "RefCounts_id"
Field Value
Type | Description |
---|---|
String |
Registered
RefCounts.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
RefCounts.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
SatPrefix
RefCounts.SatPrefix: size of prefix for Satellite use of this counter
Declaration
public const string SatPrefix = "satPrefix"
Field Value
Type | Description |
---|---|
String |
TravelPrefix
RefCounts.TravelPrefix: size of prefix for Travel use of ths counter
Declaration
public const string TravelPrefix = "travelPrefix"
Field Value
Type | Description |
---|---|
String |
Updated
RefCounts.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
RefCounts.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
RefCounts.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |