Class DBC.KbGroupFields
Fields for KbGroup, This table contains FAQ groups. A group is a cluster of entries (potentially located anywhere in the FAQ hierarchy). A group is located in a certain category.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbGroupFields
Fields
DbiAgentId
KbGroup.DbiAgentId: Integration agent (eJournal)
Declaration
public const string DbiAgentId = "dbi_agent_id"
Field Value
Type | Description |
---|---|
String |
DbiKey
KbGroup.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
KbGroup.DbiLastModified: When the entry was last modified.
Declaration
public const string DbiLastModified = "dbi_last_modified"
Field Value
Type | Description |
---|---|
String |
DbiLastSyncronized
KbGroup.DbiLastSyncronized: Last external syncronization.
Declaration
public const string DbiLastSyncronized = "dbi_last_syncronized"
Field Value
Type | Description |
---|---|
String |
Description
KbGroup.Description: The description for this group.
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
KbCategoryId
KbGroup.KbCategoryId: The id of the kb_category in which this group is located.
Declaration
public const string KbCategoryId = "kb_category_id"
Field Value
Type | Description |
---|---|
String |
KbGroupId
KbGroup.KbGroupId: The primary key (auto-incremented)
Declaration
public const string KbGroupId = "id"
Field Value
Type | Description |
---|---|
String |
ParentId
KbGroup.ParentId: The parent group for this group. -1 if this is a toplevel group.
Declaration
public const string ParentId = "parent_id"
Field Value
Type | Description |
---|---|
String |