Class DBC.SORFCTFields
Fields for SORFCT, SuperOffice reporter data
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SORFCTFields : Object
Fields
AggregateFunction
SORFCT.AggregateFunction: -1=NULL, 0=Sum, 1=Count, 2=Avg, 3=Max, 4=Min
Declaration
public const string AggregateFunction = "aggregateFunction"
Field Value
Type | Description |
---|---|
String |
Caption
SORFCT.Caption: row/column headers
Declaration
public const string Caption = "caption"
Field Value
Type | Description |
---|---|
String |
CaptionResId
SORFCT.CaptionResId: resource id if translatable resource
Declaration
public const string CaptionResId = "captionResId"
Field Value
Type | Description |
---|---|
String |
Content
SORFCT.Content: if field type in (0,1,2,3) then Field name from db to be selected
Declaration
public const string Content = "content"
Field Value
Type | Description |
---|---|
String |
DisplayType
SORFCT.DisplayType: -1=NULL, 0=Normal, 1=column
Declaration
public const string DisplayType = "displayType"
Field Value
Type | Description |
---|---|
String |
FieldType
SORFCT.FieldType: -1=NULL, 0=hidden, 1=Column, 2=Row, 3=Data, 6=pagenr, 7=title, 8=associatename
Declaration
public const string FieldType = "fieldType"
Field Value
Type | Description |
---|---|
String |
GroupFooterType
SORFCT.GroupFooterType: -1=NULL, 0=none, 1=Sum, 2=Avg, 3=Count
Declaration
public const string GroupFooterType = "groupFooterType"
Field Value
Type | Description |
---|---|
String |
NumberFormat
SORFCT.NumberFormat: Formatting for data strings, like #0, #000.00 etc
Declaration
public const string NumberFormat = "numberFormat"
Field Value
Type | Description |
---|---|
String |
Registered
SORFCT.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
SORFCT.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
SORFCTId
SORFCT.SORFCTId: Primary key
Declaration
public const string SORFCTId = "SORFCT_id"
Field Value
Type | Description |
---|---|
String |
SORSectionId
SORFCT.SORSectionId: Foreign key to Section
Declaration
public const string SORSectionId = "SORSection_id"
Field Value
Type | Description |
---|---|
String |
TotalsCaption
SORFCT.TotalsCaption: Caption for totals row/column headers
Declaration
public const string TotalsCaption = "totalsCaption"
Field Value
Type | Description |
---|---|
String |
TotalsResId
SORFCT.TotalsResId: resource id if translatable resource
Declaration
public const string TotalsResId = "totalsResId"
Field Value
Type | Description |
---|---|
String |
Updated
SORFCT.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
SORFCT.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
SORFCT.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |