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 DBC.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 |