Class DBC.SListFields
Fields for SList, A list, dynamic or static
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.SListFields
Fields
DbiAgentId
SList.DbiAgentId: Integration agent (eJournal)
Declaration
public const string DbiAgentId = "dbi_agent_id"
Field Value
Type | Description |
---|---|
string |
DbiKey
SList.DbiKey: The primary key for the integrated entry in the external datasource.
Declaration
public const string DbiKey = "dbi_key"
Field Value
Type | Description |
---|---|
string |
DbiLastModified
SList.DbiLastModified: When the entry was last modified.
Declaration
public const string DbiLastModified = "dbi_last_modified"
Field Value
Type | Description |
---|---|
string |
DbiLastSyncronized
SList.DbiLastSyncronized: Last external syncronization.
Declaration
public const string DbiLastSyncronized = "dbi_last_syncronized"
Field Value
Type | Description |
---|---|
string |
Flag
SList.Flag: Not used
Declaration
public const string Flag = "flag"
Field Value
Type | Description |
---|---|
string |
FolderId
SList.FolderId: The folder which this link belongs to. -1 indicates that the link is on the root
Declaration
public const string FolderId = "folder_id"
Field Value
Type | Description |
---|---|
string |
Name
SList.Name: The name of the list
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
string |
NumberOfElements
SList.NumberOfElements: How many elements this list contains
Declaration
public const string NumberOfElements = "number_of_elements"
Field Value
Type | Description |
---|---|
string |
SListId
SList.SListId: Primary key
Declaration
public const string SListId = "id"
Field Value
Type | Description |
---|---|
string |
Type
SList.Type: Dynamic/static
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
string |
Washed
SList.Washed: Date when this list was last washed(not used until v2)
Declaration
public const string Washed = "washed"
Field Value
Type | Description |
---|---|
string |
WashingPercent
SList.WashingPercent: How far the washing has gotten (not used until v2)
Declaration
public const string WashingPercent = "washing_percent"
Field Value
Type | Description |
---|---|
string |