Class DBC.ExtraFieldsFields
Fields for ExtraFields, This table contains entries for the extra fields in the system.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ExtraFieldsFields : Object
Fields
DefaultValue
ExtraFields.DefaultValue: The default value of this extra field.
Declaration
public const string DefaultValue = "default_value"
Field Value
Type | Description |
---|---|
String |
Description
ExtraFields.Description: Optional description of what this field is used for.
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
Domain
ExtraFields.Domain: Enum indicating for what table this is an extra field (ticket, customer, company, etc).
Declaration
public const string Domain = "domain"
Field Value
Type | Description |
---|---|
String |
ExtraFieldsId
ExtraFields.ExtraFieldsId: The primary key (auto-incremented)
Declaration
public const string ExtraFieldsId = "id"
Field Value
Type | Description |
---|---|
String |
ExtraTable
ExtraFields.ExtraTable: The reference to the extra_table if this table is related to an extra_table. NULL or -1 if not set.
Declaration
public const string ExtraTable = "extra_table"
Field Value
Type | Description |
---|---|
String |
FieldName
ExtraFields.FieldName: The database name of this extra field.
Declaration
public const string FieldName = "field_name"
Field Value
Type | Description |
---|---|
String |
Flags
ExtraFields.Flags: A bitmask for flags for this extra field.
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
String |
Name
ExtraFields.Name: The name of this extra field.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
OrderPos
ExtraFields.OrderPos: Used to order elements when listed.
Declaration
public const string OrderPos = "order_pos"
Field Value
Type | Description |
---|---|
String |
Params
ExtraFields.Params: A string contaning various parameters for this extra field, stored in an arbitrary format.
Declaration
public const string Params = "params"
Field Value
Type | Description |
---|---|
String |
TargetExtraTable
ExtraFields.TargetExtraTable: If this extra field is a extra table relation, then this is the id of the extra table this entry points to.
Declaration
public const string TargetExtraTable = "target_extra_table"
Field Value
Type | Description |
---|---|
String |
Type
ExtraFields.Type: Enum indicating the type for this extra field (string, int, date, etc).
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
String |