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