Class DBC.TypicalSearchFields
Fields for TypicalSearch, Owner of a set of predefined selection criteria
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TypicalSearchFields : Object
Fields
EntityName
TypicalSearch.EntityName: The name of the entity the typical search links to
Declaration
public const string EntityName = "EntityName"
Field Value
Type | Description |
---|---|
String |
IncludePerson
TypicalSearch.IncludePerson: For selection-of-company: state of the Include Main Contact checkbox
Declaration
public const string IncludePerson = "IncludePerson"
Field Value
Type | Description |
---|---|
String |
IsEntityDefault
TypicalSearch.IsEntityDefault: Indicates if this is the default set of criteria for an entity
Declaration
public const string IsEntityDefault = "IsEntityDefault"
Field Value
Type | Description |
---|---|
String |
Registered
TypicalSearch.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
TypicalSearch.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Source
TypicalSearch.Source: Name of organisation that sources and maintains this TypicalSearch. Allows for both SuperOffice and partners to maintain sets of typical searches without conflict
Declaration
public const string Source = "Source"
Field Value
Type | Description |
---|---|
String |
Title
TypicalSearch.Title: The title of the typical search (multilingual)
Declaration
public const string Title = "Title"
Field Value
Type | Description |
---|---|
String |
Tooltip
TypicalSearch.Tooltip: The tooltip for the typical search (multilingual)
Declaration
public const string Tooltip = "Tooltip"
Field Value
Type | Description |
---|---|
String |
TypicalSearchId
TypicalSearch.TypicalSearchId: Primary key
Declaration
public const string TypicalSearchId = "typicalsearch_id"
Field Value
Type | Description |
---|---|
String |
Updated
TypicalSearch.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
TypicalSearch.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
TypicalSearch.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
VersionNumber
TypicalSearch.VersionNumber: The current downloaded version of this typical search
Declaration
public const string VersionNumber = "VersionNumber"
Field Value
Type | Description |
---|---|
String |