Class DBC.ProfileFields
Fields for Profile, Deprecated. This table contains entries for the user profiles.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ProfileFields
Fields
ListCompaniesHeader
Profile.ListCompaniesHeader: Depricated
Declaration
public const string ListCompaniesHeader = "list_companies_header"
Field Value
Type | Description |
---|---|
string |
ListCompaniesHeader2
Profile.ListCompaniesHeader2: The fields for listing companies. Encoded as CSV string.
Declaration
public const string ListCompaniesHeader2 = "list_companies_header2"
Field Value
Type | Description |
---|---|
string |
ListCustomersHeader
Profile.ListCustomersHeader: Depricated
Declaration
public const string ListCustomersHeader = "list_customers_header"
Field Value
Type | Description |
---|---|
string |
ListCustomersHeader2
Profile.ListCustomersHeader2: The fields for listing customers. Encoded as CSV string.
Declaration
public const string ListCustomersHeader2 = "list_customers_header2"
Field Value
Type | Description |
---|---|
string |
ListTicketHeader
Profile.ListTicketHeader: The fields for listing one ticket. Encoded as CSV string.
Declaration
public const string ListTicketHeader = "list_ticket_header"
Field Value
Type | Description |
---|---|
string |
ListTicketsHeader
Profile.ListTicketsHeader: Depricated
Declaration
public const string ListTicketsHeader = "list_tickets_header"
Field Value
Type | Description |
---|---|
string |
ListTicketsHeader2
Profile.ListTicketsHeader2: The fields for listing several tickets. Encoded as CSV string.
Declaration
public const string ListTicketsHeader2 = "list_tickets_header2"
Field Value
Type | Description |
---|---|
string |
Name
Profile.Name: This is the name of the profile
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
string |
ProfileId
Profile.ProfileId: The primary key (auto-incremented)
Declaration
public const string ProfileId = "id"
Field Value
Type | Description |
---|---|
string |
UserId
Profile.UserId: The id of the user.
Declaration
public const string UserId = "user_id"
Field Value
Type | Description |
---|---|
string |