Class DBC.PhoneFormatFields
Fields for PhoneFormat, Formatting information for telephone numbers
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class PhoneFormatFields : Object
Fields
AreaCodeLength
PhoneFormat.AreaCodeLength: Length of area code (can be interval)
Declaration
public const string AreaCodeLength = "areaCodeLength"
Field Value
Type | Description |
---|---|
String |
CountryId
PhoneFormat.CountryId: Country this format record is valid for
Declaration
public const string CountryId = "countryId"
Field Value
Type | Description |
---|---|
String |
Description
PhoneFormat.Description: Description of this format
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
DontFormat
PhoneFormat.DontFormat: If 1, do not apply any formatting to this number
Declaration
public const string DontFormat = "dontFormat"
Field Value
Type | Description |
---|---|
String |
IsActive
PhoneFormat.IsActive: Is this format record active (handy for experimenting)
Declaration
public const string IsActive = "isActive"
Field Value
Type | Description |
---|---|
String |
IsBuiltIn
PhoneFormat.IsBuiltIn: Does this row come from SuperOffice priming data
Declaration
public const string IsBuiltIn = "isBuiltIn"
Field Value
Type | Description |
---|---|
String |
LocalLength
PhoneFormat.LocalLength: Length of local part of telephone number (can be interval)
Declaration
public const string LocalLength = "localLength"
Field Value
Type | Description |
---|---|
String |
Mask
PhoneFormat.Mask: Formatting mask to be applied
Declaration
public const string Mask = "mask"
Field Value
Type | Description |
---|---|
String |
PhoneFormatId
PhoneFormat.PhoneFormatId: Primary key
Declaration
public const string PhoneFormatId = "PhoneFormat_id"
Field Value
Type | Description |
---|---|
String |
Prefix
PhoneFormat.Prefix: Prefix that triggers this format
Declaration
public const string Prefix = "prefix"
Field Value
Type | Description |
---|---|
String |
Registered
PhoneFormat.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
PhoneFormat.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
PhoneFormat.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
PhoneFormat.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
PhoneFormat.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |