Class DBC.TaskFields
Fields for Task, Task list table, activity types, like Phone, Meeting
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TaskFields : Object
Fields
ColorIndex
Task.ColorIndex: JAP
Declaration
public const string ColorIndex = "color_index"
Field Value
Type | Description |
---|---|
String |
DefaultAlldayEvent
Task.DefaultAlldayEvent: Default value for alldayEvent flag
Declaration
public const string DefaultAlldayEvent = "defaultAlldayEvent"
Field Value
Type | Description |
---|---|
String |
DefaultFreeBusy
Task.DefaultFreeBusy: Default value for Free/Busy indicator
Declaration
public const string DefaultFreeBusy = "defaultFreeBusy"
Field Value
Type | Description |
---|---|
String |
DefaultPublishType
Task.DefaultPublishType: Should this field be published by default?
Declaration
public const string DefaultPublishType = "defaultPublishType"
Field Value
Type | Description |
---|---|
String |
DefaultVideomeetingStatus
Task.DefaultVideomeetingStatus: Default video-meeting status for meetings created in SuperOffice CRM.
Declaration
public const string DefaultVideomeetingStatus = "default_videomeeting_status"
Field Value
Type | Description |
---|---|
String |
Deleted
Task.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 |
Direction
Task.Direction: 1 = incoming, 2 = outgoing, see EAppntDirection
Declaration
public const string Direction = "direction"
Field Value
Type | Description |
---|---|
String |
IntentId
Task.IntentId: Link to the intention of this kind of task (used by SAINT)
Declaration
public const string IntentId = "intentId"
Field Value
Type | Description |
---|---|
String |
Name
Task.Name: The list item
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
Rank
Task.Rank: Rank order
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
RecordType
Task.RecordType: 1 = app, 2 = doc, 3 = email, 4 = fax, 5 = phone, 6 = todo - see EAppntRecordTypes
Declaration
public const string RecordType = "record_type"
Field Value
Type | Description |
---|---|
String |
Registered
Task.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
Task.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
TaskId
Task.TaskId: Primary key
Declaration
public const string TaskId = "Task_id"
Field Value
Type | Description |
---|---|
String |
Tooltip
Task.Tooltip: Tooltip or other description
Declaration
public const string Tooltip = "tooltip"
Field Value
Type | Description |
---|---|
String |
Updated
Task.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
Task.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
Task.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |