Class DBC.SelectionFields
Fields for Selection, Selections
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SelectionFields : Object
Fields
AssociateId
Selection.AssociateId: Associate who owns the selection
Declaration
public const string AssociateId = "associate_id"
Field Value
Type | Description |
---|---|
String |
ChartKey
Selection.ChartKey: ID/key of the last-used chart tile on this selection
Declaration
public const string ChartKey = "chartKey"
Field Value
Type | Description |
---|---|
String |
CombinationType
Selection.CombinationType: How should the inputs of a combined selection be combined
Declaration
public const string CombinationType = "combinationType"
Field Value
Type | Description |
---|---|
String |
CompanyUnique
Selection.CompanyUnique: Only one person from a company may be selected as a member
Declaration
public const string CompanyUnique = "companyUnique"
Field Value
Type | Description |
---|---|
String |
DashboardTileDefinitionId
Selection.DashboardTileDefinitionId: The associated tile definition
Declaration
public const string DashboardTileDefinitionId = "dashboard_tile_definition_id"
Field Value
Type | Description |
---|---|
String |
Done
Selection.Done: Done (0=false, 1=true). Status implies changes in which fields are shown in GUI, as well as which fields can be updated
Declaration
public const string Done = "done"
Field Value
Type | Description |
---|---|
String |
GroupIdx
Selection.GroupIdx: Original primary user group of associate
Declaration
public const string GroupIdx = "group_idx"
Field Value
Type | Description |
---|---|
String |
IncludePerson
Selection.IncludePerson: 0 = Include first person, 1 = Include all persons, 2 = Include no persons
Declaration
public const string IncludePerson = "includePerson"
Field Value
Type | Description |
---|---|
String |
LastLoaded
Selection.LastLoaded: The date/time this selection was last loaded (selectionentity fetched)
Declaration
public const string LastLoaded = "lastLoaded"
Field Value
Type | Description |
---|---|
String |
LastLoadedBy
Selection.LastLoadedBy: Who last loaded this selection
Declaration
public const string LastLoadedBy = "lastLoadedBy"
Field Value
Type | Description |
---|---|
String |
LastMembershipChange
Selection.LastMembershipChange: The date/time the membership the selection last changed. Dynamic: change of criteria; Static: add/remove members; Combined: change of algorithm
Declaration
public const string LastMembershipChange = "lastMembershipChange"
Field Value
Type | Description |
---|---|
String |
LastMembershipChangeBy
Selection.LastMembershipChangeBy: Who last changed the membership
Declaration
public const string LastMembershipChangeBy = "lastMembershipChangeBy"
Field Value
Type | Description |
---|---|
String |
LeftSelectionId
Selection.LeftSelectionId: ID of the left selection of a combined selection
Declaration
public const string LeftSelectionId = "leftSelectionId"
Field Value
Type | Description |
---|---|
String |
MemberCount
Selection.MemberCount: How many selectionmembers (for progress bar)
Declaration
public const string MemberCount = "memberCount"
Field Value
Type | Description |
---|---|
String |
Name
Selection.Name: Name, freetext indexed
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
PostitTextId
Selection.PostitTextId: Postit text
Declaration
public const string PostitTextId = "postitText_Id"
Field Value
Type | Description |
---|---|
String |
Registered
Selection.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
Selection.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
RightSelectionId
Selection.RightSelectionId: ID of the right selection of a combined selection
Declaration
public const string RightSelectionId = "rightSelectionId"
Field Value
Type | Description |
---|---|
String |
SearchCatId
Selection.SearchCatId: Search category (list)
Declaration
public const string SearchCatId = "searchCat_id"
Field Value
Type | Description |
---|---|
String |
SelectionId
Selection.SelectionId: Primary key
Declaration
public const string SelectionId = "selection_id"
Field Value
Type | Description |
---|---|
String |
Seltype
Selection.Seltype: 0 = static selection, 1 = dynamic selection, 2 = combined selection. See the 'SystemType' field to disnguish between user selections, and Temporary or other system-managed kinds of selection
Declaration
public const string Seltype = "seltype"
Field Value
Type | Description |
---|---|
String |
SoundEx
Selection.SoundEx: What the name sounds like, for duplicate detection
Declaration
public const string SoundEx = "soundEx"
Field Value
Type | Description |
---|---|
String |
Source
Selection.Source: How did we get this selection? For future integration needs
Declaration
public const string Source = "source"
Field Value
Type | Description |
---|---|
String |
SystemType
Selection.SystemType: Selection system type - defines if this selection is one that is managed by the system, and what kind it is
Declaration
public const string SystemType = "SystemType"
Field Value
Type | Description |
---|---|
String |
TargetTableNumber
Selection.TargetTableNumber: Table number that this is a selection of (contact, sale, appointment, ....)
Declaration
public const string TargetTableNumber = "targetTableNumber"
Field Value
Type | Description |
---|---|
String |
TextId
Selection.TextId: Description text
Declaration
public const string TextId = "text_id"
Field Value
Type | Description |
---|---|
String |
Updated
Selection.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
Selection.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
Selection.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
Visibility
Selection.Visibility: Obsolete, but still maintained denormalization of visiblefor
Declaration
public const string Visibility = "visibility"
Field Value
Type | Description |
---|---|
String |