Class DBC.KbEntryFields
Fields for KbEntry, This table contains FAQ entries.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbEntryFields : Object
Fields
AccessLevel
KbEntry.AccessLevel: The access level for this entry (enum).
Declaration
public const string AccessLevel = "access_level"
Field Value
Type | Description |
---|---|
String |
Answer
KbEntry.Answer: The answer for this entry.
Declaration
public const string Answer = "answer"
Field Value
Type | Description |
---|---|
String |
CategoryId
KbEntry.CategoryId: The id of the category in which this entry is located.
Declaration
public const string CategoryId = "category_id"
Field Value
Type | Description |
---|---|
String |
CreatedBy
KbEntry.CreatedBy: The id of the user who owns this entry.
Declaration
public const string CreatedBy = "created_by"
Field Value
Type | Description |
---|---|
String |
DbiAgentId
KbEntry.DbiAgentId: Integration agent (eJournal)
Declaration
public const string DbiAgentId = "dbi_agent_id"
Field Value
Type | Description |
---|---|
String |
DbiKey
KbEntry.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
KbEntry.DbiLastModified: When the entry was last modified.
Declaration
public const string DbiLastModified = "dbi_last_modified"
Field Value
Type | Description |
---|---|
String |
DbiLastSyncronized
KbEntry.DbiLastSyncronized: Last external syncronization.
Declaration
public const string DbiLastSyncronized = "dbi_last_syncronized"
Field Value
Type | Description |
---|---|
String |
ExpireDate
KbEntry.ExpireDate: The date until which this entry is valid.
Declaration
public const string ExpireDate = "expire_date"
Field Value
Type | Description |
---|---|
String |
Flags
KbEntry.Flags: A bitmap field.
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
String |
KbEntryId
KbEntry.KbEntryId: The primary key (auto-incremented)
Declaration
public const string KbEntryId = "id"
Field Value
Type | Description |
---|---|
String |
Keywords
KbEntry.Keywords: The keywords for this entry
Declaration
public const string Keywords = "keywords"
Field Value
Type | Description |
---|---|
String |
LastChanged
KbEntry.LastChanged: When the entry was last changed.
Declaration
public const string LastChanged = "last_changed"
Field Value
Type | Description |
---|---|
String |
Question
KbEntry.Question: The question for this entry.
Declaration
public const string Question = "question"
Field Value
Type | Description |
---|---|
String |
ReadCount
KbEntry.ReadCount: The number of times someone has read this entry from the customer frontend.
Declaration
public const string ReadCount = "read_count"
Field Value
Type | Description |
---|---|
String |
Score
KbEntry.Score: The accumulated score (0..100) for this entry.
Declaration
public const string Score = "score"
Field Value
Type | Description |
---|---|
String |
ScoreWeight
KbEntry.ScoreWeight: The number of votes behind the accumulated score.
Declaration
public const string ScoreWeight = "score_weight"
Field Value
Type | Description |
---|---|
String |
SortOrder
KbEntry.SortOrder: A scrictly ascending number indicating the sort-order when listing entries.
Declaration
public const string SortOrder = "sort_order"
Field Value
Type | Description |
---|---|
String |
Status
KbEntry.Status: The status for this entry (enum).
Declaration
public const string Status = "status"
Field Value
Type | Description |
---|---|
String |
Title
KbEntry.Title: The title of this entry.
Declaration
public const string Title = "title"
Field Value
Type | Description |
---|---|
String |
WorkflowPhase
KbEntry.WorkflowPhase: The workflow phase this entry is in
Declaration
public const string WorkflowPhase = "workflow_phase"
Field Value
Type | Description |
---|---|
String |