Class DBC.KbSolutionFinderFields
Fields for KbSolutionFinder, Knowledge base problem solving wizard, categories and subcategories for drilling down
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbSolutionFinderFields : Object
Fields
Body
KbSolutionFinder.Body: The body for the solution finder. HTML format.
Declaration
public const string Body = "body"
Field Value
Type | Description |
---|---|
String |
KbSolutionFinderId
KbSolutionFinder.KbSolutionFinderId: The primary key (auto-incremented)
Declaration
public const string KbSolutionFinderId = "id"
Field Value
Type | Description |
---|---|
String |
Name
KbSolutionFinder.Name:
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
ParentId
KbSolutionFinder.ParentId: The parent of this solution finder.
Declaration
public const string ParentId = "parent_id"
Field Value
Type | Description |
---|---|
String |