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 Constants.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
int

AmountInBaseCurrency

Sale amount represented in base currency

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

AmountInOwnCurrency

Sale amount represented in owne currency

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

BirthDate

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

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

ContactNameDepartment

Name + optional comma + Department of contact

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

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
int

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
int

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
int

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
int

ProbPercent

Mix of sale stage id and status

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

SaleStage

Mix of sale stage id and status

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

SaleType

Mix of sale probability %, probability_idx and status

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

WeightedAmount

Sale amount weighted by probability

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

WeightedAmountInBaseCurrency

Sale amount in base currency, weighted by probability

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

WeightedAmountInOwnCurrency

Sale amount in own currency, weighted by probability

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