Class DBC.ExtFieldFields
Fields for ExtField, This table contains entries mapping an external field to an internal field. Used for database integration.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ExtFieldFields
Fields
Datatype
ExtField.Datatype: The datatype for this field. TODO: depreciated?
Declaration
public const string Datatype = "datatype"
Field Value
Type | Description |
---|---|
string |
ExtFieldId
ExtField.ExtFieldId: The primary key (auto-incremented)
Declaration
public const string ExtFieldId = "id"
Field Value
Type | Description |
---|---|
string |
ExtTable
ExtField.ExtTable: The reference to the associated ext_table
Declaration
public const string ExtTable = "ext_table"
Field Value
Type | Description |
---|---|
string |
Flags
ExtField.Flags: Bitmap for flags for this entry.
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
string |
Name
ExtField.Name: The name for this field.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
string |
SeqOrder
ExtField.SeqOrder: The column number for this field. Strictly ascending.
Declaration
public const string SeqOrder = "seq_order"
Field Value
Type | Description |
---|---|
string |
Target
ExtField.Target: The target for this field. E.g. 'customer.name'.
Declaration
public const string Target = "target"
Field Value
Type | Description |
---|---|
string |