Show / Hide Table of Contents

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
Object
Constants.DisplayTypeOverride
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public static class DisplayTypeOverride : Object

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
Type Description
String

CsTzDateTime

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.

Declaration
public static readonly string CsTzDateTime
Field Value
Type Description
String

Navigator

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.

Declaration
public static readonly string Navigator
Field Value
Type Description
String

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