Class DBC.HotlistFields
Fields for Hotlist, The table is used by the hotlist to store the relationship between tickets and users
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class HotlistFields : Object
Fields
HotlistId
Hotlist.HotlistId: The primary key (auto-incremented)
Declaration
public const string HotlistId = "id"
Field Value
Type | Description |
---|---|
String |
TicketId
Hotlist.TicketId: The ticket the user what to have in his hotlist
Declaration
public const string TicketId = "ticket_id"
Field Value
Type | Description |
---|---|
String |
UserId
Hotlist.UserId: The reference to the user.
Declaration
public const string UserId = "user_id"
Field Value
Type | Description |
---|---|
String |