Show / Hide Table of Contents

Class Constants.ColumnAlgorithms

Integer values (negative ones!) used instead of EFieldId to indicate that an archive column has a complex ancestry, instead of just being mapped directly to a field.

Inheritance
Object
Constants.ColumnAlgorithms
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public static class ColumnAlgorithms

Fields

Address

Formatted address - single line, parent will tell us whether it's person or contact; primary key is from table address

Declaration
public const int Address = -5
Field Value
Type Description
Int32

AmountInBaseCurrency

Sale amount represented in base currency

Declaration
public const int AmountInBaseCurrency = -11
Field Value
Type Description
Int32

AmountInOwnCurrency

Sale amount represented in owne currency

Declaration
public const int AmountInOwnCurrency = -12
Field Value
Type Description
Int32

BirthDate

Birth date, composed of the day, month and year fields on person

Declaration
public const int BirthDate = -3
Field Value
Type Description
Int32

ContactNameDepartment

Name + optional comma + Department of contact

Declaration
public const int ContactNameDepartment = -2
Field Value
Type Description
Int32

DynamicLicenseColumn

License column, very dynamic (actually a pivoting of a multi-aliased join...); anyway, just get the row from the provider again

Declaration
public const int DynamicLicenseColumn = -7
Field Value
Type Description
Int32

MultiLineAddress

Formatted address - single line, parent will tell us whether it's person or contact; primary key is from table address

Declaration
public const int MultiLineAddress = -6
Field Value
Type Description
Int32

PersonFullName

Full name of person, composed of first, optionally middle, last; formatted according to the full preference set

Declaration
public const int PersonFullName = -1
Field Value
Type Description
Int32

PersonFullNameWithContact

Full name of person, composed of first, optionally middle, last; formatted according to the full preference set

Declaration
public const int PersonFullNameWithContact = -4
Field Value
Type Description
Int32

ProbPercent

Mix of sale stage id and status

Declaration
public const int ProbPercent = -10
Field Value
Type Description
Int32

SaleStage

Mix of sale stage id and status

Declaration
public const int SaleStage = -9
Field Value
Type Description
Int32

SaleType

Mix of sale probability %, probability_idx and status

Declaration
public const int SaleType = -8
Field Value
Type Description
Int32

WeightedAmount

Sale amount weighted by probability

Declaration
public const int WeightedAmount = -13
Field Value
Type Description
Int32

WeightedAmountInBaseCurrency

Sale amount in base currency, weighted by probability

Declaration
public const int WeightedAmountInBaseCurrency = -14
Field Value
Type Description
Int32

WeightedAmountInOwnCurrency

Sale amount in own currency, weighted by probability

Declaration
public const int WeightedAmountInOwnCurrency = -15
Field Value
Type Description
Int32
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top