Show / Hide Table of Contents

Class DBC.KbEntryFields

Fields for KbEntry, This table contains FAQ entries.

Inheritance
object
DBC.KbEntryFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.KbEntryFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top