Class DBC.SelectionMemberFields
Fields for SelectionMember, Selection detail table Each row in a selection is represented by one record in this table. Contact_id is always filled in, person_id is optional, but if used, must point to a person belonging to the contact in contact_id.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SelectionMemberFields : Object
Fields
ContactId
SelectionMember.ContactId: Contact ID of selection member
Declaration
public const string ContactId = "contact_id"
Field Value
Type | Description |
---|---|
String |
PersonId
SelectionMember.PersonId: Person ID of selection member, if person
Declaration
public const string PersonId = "person_id"
Field Value
Type | Description |
---|---|
String |
SelectionId
SelectionMember.SelectionId: Owning selection
Declaration
public const string SelectionId = "selection_id"
Field Value
Type | Description |
---|---|
String |
SelectionmemberId
SelectionMember.SelectionmemberId: Primary key
Declaration
public const string SelectionmemberId = "selectionmember_id"
Field Value
Type | Description |
---|---|
String |
TargetRecordId
SelectionMember.TargetRecordId: Record id of the target that this selection member points to
Declaration
public const string TargetRecordId = "targetRecordId"
Field Value
Type | Description |
---|---|
String |
TargetTableNumber
SelectionMember.TargetTableNumber: Table number of the target that this selection member points to
Declaration
public const string TargetTableNumber = "targetTableNumber"
Field Value
Type | Description |
---|---|
String |