Class DBC.ContactInterestFields
Fields for ContactInterest, Link-table between contact and interests in ContInt
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ContactInterestFields
Fields
CinterestIdx
ContactInterest.CinterestIdx: Contact interest link
Declaration
public const string CinterestIdx = "cinterest_idx"
Field Value
Type | Description |
---|---|
String |
ContactId
ContactInterest.ContactId: Owning contact
Declaration
public const string ContactId = "contact_id"
Field Value
Type | Description |
---|---|
String |
ContactinterestId
ContactInterest.ContactinterestId: Primary key
Declaration
public const string ContactinterestId = "contactinterest_id"
Field Value
Type | Description |
---|---|
String |
EndDate
ContactInterest.EndDate: End date for this interest - no GUI
Declaration
public const string EndDate = "endDate"
Field Value
Type | Description |
---|---|
String |
Flags
ContactInterest.Flags: Spare flag field
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
String |
Registered
ContactInterest.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ContactInterest.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
StartDate
ContactInterest.StartDate: Start date for this interest - no GUI
Declaration
public const string StartDate = "startDate"
Field Value
Type | Description |
---|---|
String |
Updated
ContactInterest.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ContactInterest.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ContactInterest.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |