Class DBC.PhoneFields
Fields for Phone, Contact and Person phonenumbers (+fax)
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class PhoneFields : Object
Fields
Description
Phone.Description: Visible description
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
OwnerId
Phone.OwnerId: Record id of owner: Contact or Person
Declaration
public const string OwnerId = "owner_id"
Field Value
Type | Description |
---|---|
String |
Phone
Phone.Phone: Actual phone number as enterd by the user
Declaration
public const string Phone = "phone"
Field Value
Type | Description |
---|---|
String |
PhoneId
Phone.PhoneId: Primary key
Declaration
public const string PhoneId = "phone_id"
Field Value
Type | Description |
---|---|
String |
PtypeIdx
Phone.PtypeIdx: Bit mask, combines phone type (EPhoneType) and owner type (EOwnerType)
Declaration
public const string PtypeIdx = "ptype_idx"
Field Value
Type | Description |
---|---|
String |
Rank
Phone.Rank: Sort order
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
Registered
Phone.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
Phone.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
SearchPhoneNumber
Phone.SearchPhoneNumber: Stripped phone number for searching, takes over for search_phone
Declaration
public const string SearchPhoneNumber = "searchPhoneNumber"
Field Value
Type | Description |
---|---|
String |
Updated
Phone.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
Phone.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
Phone.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
ValidFrom
Phone.ValidFrom: Valid from date for this record
Declaration
public const string ValidFrom = "validFrom"
Field Value
Type | Description |
---|---|
String |
ValidTo
Phone.ValidTo: Valid to date for this record
Declaration
public const string ValidTo = "validTo"
Field Value
Type | Description |
---|---|
String |