Class DBC.OwnerContactLinkFields
Fields for OwnerContactLink, Table specifying which contacts can own associates. All contacts that have rows in this table (i.e. rows with contact_id pointing to them) will be offered as associate owners in the maintenance client and as candidate Satellite owners. Such contacts have restrictions on editing and deletion to protect database consistency.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class OwnerContactLinkFields
Fields
ContactId
OwnerContactLink.ContactId: Contact reference
Declaration
public const string ContactId = "contact_id"
Field Value
Type | Description |
---|---|
String |
OwnerContactLinkId
OwnerContactLink.OwnerContactLinkId: Primary key
Declaration
public const string OwnerContactLinkId = "OwnerContactLink_id"
Field Value
Type | Description |
---|---|
String |
Registered
OwnerContactLink.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
OwnerContactLink.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Remark
OwnerContactLink.Remark: Comment text
Declaration
public const string Remark = "remark"
Field Value
Type | Description |
---|---|
String |
Updated
OwnerContactLink.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
OwnerContactLink.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
OwnerContactLink.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |