Class DBC.RefCountRangeFields
Fields for RefCountRange, Number allocation system, for keeping track of ranges of numbers loaned out to travel and satellite databases
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.RefCountRangeFields
Fields
HighestInUse
RefCountRange.HighestInUse: The highest number (within the range) that is currently in use. This used to be the infamous preference!
Declaration
public const string HighestInUse = "highestInUse"
Field Value
Type | Description |
---|---|
string |
RangeSize
RefCountRange.RangeSize: Size of in-use range
Declaration
public const string RangeSize = "rangeSize"
Field Value
Type | Description |
---|---|
string |
RangeStart
RefCountRange.RangeStart: Start of range that is in use
Declaration
public const string RangeStart = "rangeStart"
Field Value
Type | Description |
---|---|
string |
RefCountRangeId
RefCountRange.RefCountRangeId: Primary key
Declaration
public const string RefCountRangeId = "RefCountRange_id"
Field Value
Type | Description |
---|---|
string |
RefCountsId
RefCountRange.RefCountsId: ID of counter this range is reserved for
Declaration
public const string RefCountsId = "RefCounts_id"
Field Value
Type | Description |
---|---|
string |
Registered
RefCountRange.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
string |
RegisteredAssociateId
RefCountRange.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
string |
TravellerId
RefCountRange.TravellerId: ID of traveller (associate) who owns this range
Declaration
public const string TravellerId = "traveller_id"
Field Value
Type | Description |
---|---|
string |
Updated
RefCountRange.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
string |
UpdatedAssociateId
RefCountRange.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
string |
UpdatedCount
RefCountRange.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
string |