Class DBC.CcTemplateFields
Fields for CcTemplate, This table contains templates for the customer center
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class CcTemplateFields : Object
Fields
Body
CcTemplate.Body: The HTML body for this template
Declaration
public const string Body = "body"
Field Value
Type | Description |
---|---|
String |
CcTemplateId
CcTemplate.CcTemplateId: Primary key
Declaration
public const string CcTemplateId = "cc_template_id"
Field Value
Type | Description |
---|---|
String |
Key
CcTemplate.Key: The key to this template, normally the local path and filename
Declaration
public const string Key = "key"
Field Value
Type | Description |
---|---|
String |
Registered
CcTemplate.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
CcTemplate.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Type
CcTemplate.Type: What kind of template is in this row
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
String |
Updated
CcTemplate.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
CcTemplate.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
CcTemplate.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |