Show / Hide Table of Contents

Class DBC.ExtFieldFields

Fields for ExtField, This table contains entries mapping an external field to an internal field. Used for database integration.

Inheritance
object
DBC.ExtFieldFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top