Class DBC.MessageCustomersFields
Fields for MessageCustomers, This table contains all cutomers who are involved in a message
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MessageCustomersFields : Object
Fields
CustomerId
MessageCustomers.CustomerId: The id of the customer who has received this message, or another message in this ticket
Declaration
public const string CustomerId = "customer_id"
Field Value
Type | Description |
---|---|
String |
MessageCustomers.Email: The email-adresse used in this message
Declaration
public const string Email = "email"
Field Value
Type | Description |
---|---|
String |
MessageCustomersId
MessageCustomers.MessageCustomersId: The primary key (auto-incremented)
Declaration
public const string MessageCustomersId = "id"
Field Value
Type | Description |
---|---|
String |
MessageId
MessageCustomers.MessageId: The id of the message the customer is involved in
Declaration
public const string MessageId = "message_id"
Field Value
Type | Description |
---|---|
String |