Show / Hide Table of Contents

Class DBC.PhoneFields

Fields for Phone, Contact and Person phonenumbers (+fax)

Inheritance
object
DBC.PhoneFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.PhoneFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top