Class DBC.EabEntryFields
Fields for EabEntry, This table contains eab (email address book) entries, i.e. an alias ('Ola Hansen') and an address ('ola@hansen.as').
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class EabEntryFields : Object
Fields
DbiAgentId
EabEntry.DbiAgentId: Integration agent (eJournal)
Declaration
public const string DbiAgentId = "dbi_agent_id"
Field Value
Type | Description |
---|---|
String |
DbiDelete
EabEntry.DbiDelete: This field is used for determin which entry to delete during a synchronization
Declaration
public const string DbiDelete = "dbi_delete"
Field Value
Type | Description |
---|---|
String |
DbiKey
EabEntry.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
EabEntry.DbiLastModified: When the entry was last modified.
Declaration
public const string DbiLastModified = "dbi_last_modified"
Field Value
Type | Description |
---|---|
String |
DbiLastSyncronized
EabEntry.DbiLastSyncronized: Last external syncronization.
Declaration
public const string DbiLastSyncronized = "dbi_last_syncronized"
Field Value
Type | Description |
---|---|
String |
EabEntryId
EabEntry.EabEntryId: The primary key (auto-incremented)
Declaration
public const string EabEntryId = "id"
Field Value
Type | Description |
---|---|
String |
EmailAddress
EabEntry.EmailAddress: The actual email address.
Declaration
public const string EmailAddress = "email_address"
Field Value
Type | Description |
---|---|
String |
FolderId
EabEntry.FolderId: The id of the folder in which this entry is located.
Declaration
public const string FolderId = "folder_id"
Field Value
Type | Description |
---|---|
String |
Name
EabEntry.Name: The name of this email address
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
SmsNumber
EabEntry.SmsNumber: The sms number for this person
Declaration
public const string SmsNumber = "sms_number"
Field Value
Type | Description |
---|---|
String |