Class Constants.DisplayTypeOverride
Display type overrides for archive columns in clients that need some help like the Win client.
With the advent of CS Extra fields, there is no opportunity to lookup an override in a client
xml configuration file such as "SoCrm Archives.config". But the provider has enough context to
make a good suggestion. This will be fed in the ArchiveColumnInfo.ExtraInfo member.
Inheritance
Constants.DisplayTypeOverride
Assembly: SoCore.dll
Syntax
public static class DisplayTypeOverride
Fields
CsTzDate
Column represents a TimeZone dependent date e.g. CS EXtra Fields of type Date.
In CS, these are bound to your "preferred timezone location id" preference.
Win client expects to find the stored raw Base Date value in in the ColumnData.RawValue!
Declaration
public static readonly string CsTzDate
Field Value
CsTzDateTime
Declaration
public static readonly string CsTzDateTime
Field Value
Navigator
Declaration
public static readonly string Navigator
Field Value
TimeSpan
Column represents a TimeSpan CS ExtraField.
Win client expects to find the stored Int value in minutes in the ColumnData.RawValue!
Declaration
public static readonly string TimeSpan
Field Value