Class DBC.KbEntryCommentFields
Fields for KbEntryComment, Comments to entries in the knowledge base, typically made by customers
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbEntryCommentFields
Fields
Author
KbEntryComment.Author: The author of the entry
Declaration
public const string Author = "author"
Field Value
Type | Description |
---|---|
String |
Body
KbEntryComment.Body: The contents of the comment.
Declaration
public const string Body = "body"
Field Value
Type | Description |
---|---|
String |
CustomerId
KbEntryComment.CustomerId: The id of the customer that created this comment.
Declaration
public const string CustomerId = "customer_id"
Field Value
Type | Description |
---|---|
String |
DbiAgentId
KbEntryComment.DbiAgentId: Integration agent (eJournal)
Declaration
public const string DbiAgentId = "dbi_agent_id"
Field Value
Type | Description |
---|---|
String |
DbiKey
KbEntryComment.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
KbEntryComment.DbiLastModified: When the entry was last modified.
Declaration
public const string DbiLastModified = "dbi_last_modified"
Field Value
Type | Description |
---|---|
String |
DbiLastSyncronized
KbEntryComment.DbiLastSyncronized: Last external syncronization.
Declaration
public const string DbiLastSyncronized = "dbi_last_syncronized"
Field Value
Type | Description |
---|---|
String |
KbEntryCommentId
KbEntryComment.KbEntryCommentId: The primary key (auto-incremented)
Declaration
public const string KbEntryCommentId = "id"
Field Value
Type | Description |
---|---|
String |
KbEntryId
KbEntryComment.KbEntryId: The id of the kb_entry which this comment belongs to.
Declaration
public const string KbEntryId = "kb_entry_id"
Field Value
Type | Description |
---|---|
String |
PublishStatus
KbEntryComment.PublishStatus: Publish status of comment. 0 is undefined, 1 is not published, 2 is published
Declaration
public const string PublishStatus = "publish_status"
Field Value
Type | Description |
---|---|
String |
TimePosted
KbEntryComment.TimePosted: When the comment was posted.
Declaration
public const string TimePosted = "time_posted"
Field Value
Type | Description |
---|---|
String |