Show / Hide Table of Contents

Class DBC.TaskMenuFields

Fields for TaskMenu, List items to merge into menues

Inheritance
object
DBC.TaskMenuFields
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.TaskMenuFields

Fields

ArchiveBehaviour

TaskMenu.ArchiveBehaviour: None, rightclick on, multiselect

Declaration
public const string ArchiveBehaviour = "archiveBehaviour"
Field Value
Type Description
string

Area

TaskMenu.Area: Can be Task or other that can identify which menu recipe to merge the item into

Declaration
public const string Area = "area"
Field Value
Type Description
string

CrmScriptId

TaskMenu.CrmScriptId: The CRMScript or Macro which will be run task item is selected.

Declaration
public const string CrmScriptId = "crmScript_id"
Field Value
Type Description
string

Deleted

TaskMenu.Deleted: 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

Declaration
public const string Deleted = "deleted"
Field Value
Type Description
string

Encoding

TaskMenu.Encoding: Encoding for url

Declaration
public const string Encoding = "encoding"
Field Value
Type Description
string

Name

TaskMenu.Name: The list item

Declaration
public const string Name = "name"
Field Value
Type Description
string

Rank

TaskMenu.Rank: Rank order

Declaration
public const string Rank = "rank"
Field Value
Type Description
string

Registered

TaskMenu.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

TaskMenu.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

ShowInClient

TaskMenu.ShowInClient: Show task list item in which clients (web, mobile)

Declaration
public const string ShowInClient = "showInClient"
Field Value
Type Description
string

TableName

TaskMenu.TableName: The name of entity that this task item can be used at

Declaration
public const string TableName = "tableName"
Field Value
Type Description
string

TaskMenuId

TaskMenu.TaskMenuId: Primary key

Declaration
public const string TaskMenuId = "taskmenu_id"
Field Value
Type Description
string

TaskType

TaskMenu.TaskType: Type of task item Url, SoProtocol or CRMScript.

Declaration
public const string TaskType = "taskType"
Field Value
Type Description
string

Tooltip

TaskMenu.Tooltip: Tooltip or other description

Declaration
public const string Tooltip = "tooltip"
Field Value
Type Description
string

Updated

TaskMenu.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

TaskMenu.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

TaskMenu.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

UrlOrSoprotocol

TaskMenu.UrlOrSoprotocol: The url or soprotocol

Declaration
public const string UrlOrSoprotocol = "urlOrSoprotocol"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top