Class DBC.CustCategoryFields
Fields for CustCategory, This table contains entries for categories exposed through a customer language.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class CustCategoryFields : Object
Fields
CategoryId
CustCategory.CategoryId: The reference to the associated category.
Declaration
public const string CategoryId = "category_id"
Field Value
Type | Description |
---|---|
String |
CustCategoryId
CustCategory.CustCategoryId: The primary key (auto-incremented)
Declaration
public const string CustCategoryId = "id"
Field Value
Type | Description |
---|---|
String |
Fullname
CustCategory.Fullname: The fullname (compiled from parents' names) for this category. E.g. 'norway/product A/support'.
Declaration
public const string Fullname = "fullname"
Field Value
Type | Description |
---|---|
String |
LanguageId
CustCategory.LanguageId: The reference to the associated customer language.
Declaration
public const string LanguageId = "language_id"
Field Value
Type | Description |
---|---|
String |
Name
CustCategory.Name: The external name for this category.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
ParentId
CustCategory.ParentId: The parent category for this cust_category. -1 if this is a toplevel cust_category.
Declaration
public const string ParentId = "parent_id"
Field Value
Type | Description |
---|---|
String |