Show / Hide Table of Contents

Class DBC.SelectionFields

Fields for Selection, Selections

Inheritance
object
DBC.SelectionFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.SelectionFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top