Class DBC.ExternalEventFields
Fields for ExternalEvent, The definition of projects as events in Audience (or other Collaborative apps)
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ExternalEventFields : Object
Fields
EventDate
ExternalEvent.EventDate: Dateof the event; publishing/visibility dates are in Publish, and restrictions are in AudienceVisibility
Declaration
public const string EventDate = "eventDate"
Field Value
Type | Description |
---|---|
String |
EventEnabled
ExternalEvent.EventEnabled: Is the event enabled
Declaration
public const string EventEnabled = "eventEnabled"
Field Value
Type | Description |
---|---|
String |
ExternalEventId
ExternalEvent.ExternalEventId: Primary key
Declaration
public const string ExternalEventId = "ExternalEvent_id"
Field Value
Type | Description |
---|---|
String |
ParentRecord
ExternalEvent.ParentRecord: The thing, that has now become an Event
Declaration
public const string ParentRecord = "parentRecord"
Field Value
Type | Description |
---|---|
String |
ParentTable
ExternalEvent.ParentTable: The thing, that has now become an Event
Declaration
public const string ParentTable = "parentTable"
Field Value
Type | Description |
---|---|
String |
Registered
ExternalEvent.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ExternalEvent.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
SignOff
ExternalEvent.SignOff: Is Sign Off functionality enabled
Declaration
public const string SignOff = "signOff"
Field Value
Type | Description |
---|---|
String |
SignOffAssocId
ExternalEvent.SignOffAssocId: If 0, the signOn Activity should go into the persons Our Contact; if not 0, this is the Associate whose diary should get the activity
Declaration
public const string SignOffAssocId = "signOffAssocId"
Field Value
Type | Description |
---|---|
String |
SignOffConfTextId
ExternalEvent.SignOffConfTextId: If not 0, the given text should be shown as a confirmation text before accpting Sign Off
Declaration
public const string SignOffConfTextId = "signOffConfTextId"
Field Value
Type | Description |
---|---|
String |
SignOffTaskEnable
ExternalEvent.SignOffTaskEnable: If not 0, a task should be created when the external user Signs Off an event
Declaration
public const string SignOffTaskEnable = "signOffTaskEnable"
Field Value
Type | Description |
---|---|
String |
SignOffTaskId
ExternalEvent.SignOffTaskId: If not 0, sign off should cause an Activity of this type to be registered
Declaration
public const string SignOffTaskId = "signOffTaskId"
Field Value
Type | Description |
---|---|
String |
SignOffTextId
ExternalEvent.SignOffTextId: If not 0, the given text should be shown as a confirmation text before accpting Sign Off
Declaration
public const string SignOffTextId = "signOffTextId"
Field Value
Type | Description |
---|---|
String |
SignOffTriggersAssign
ExternalEvent.SignOffTriggersAssign: If 1, the SignOff task should be created as an Assigned task, triggering the invitation dialog
Declaration
public const string SignOffTriggersAssign = "signOffTriggersAssign"
Field Value
Type | Description |
---|---|
String |
SignOn
ExternalEvent.SignOn: Is Sign On functionality enabled
Declaration
public const string SignOn = "signOn"
Field Value
Type | Description |
---|---|
String |
SignOnAssocId
ExternalEvent.SignOnAssocId: If 0, the signOn Activity should go into the persons Our Contact; if not 0, this is the Associate whose diary should get the activity
Declaration
public const string SignOnAssocId = "signOnAssocId"
Field Value
Type | Description |
---|---|
String |
SignOnConfTextId
ExternalEvent.SignOnConfTextId: If not 0, the given text should be shown as a confirmation text before accpting Sign On
Declaration
public const string SignOnConfTextId = "signOnConfTextId"
Field Value
Type | Description |
---|---|
String |
SignOnTaskEnable
ExternalEvent.SignOnTaskEnable: If not 0, a task should be created when the external user Signs On to an event
Declaration
public const string SignOnTaskEnable = "signOnTaskEnable"
Field Value
Type | Description |
---|---|
String |
SignOnTaskId
ExternalEvent.SignOnTaskId: If not 0, sign on should cause an Activity of this type to be registered
Declaration
public const string SignOnTaskId = "signOnTaskId"
Field Value
Type | Description |
---|---|
String |
SignOnTextId
ExternalEvent.SignOnTextId: If not 0, the given text should be entered into the appointment
Declaration
public const string SignOnTextId = "signOnTextId"
Field Value
Type | Description |
---|---|
String |
SignOnTriggersAssign
ExternalEvent.SignOnTriggersAssign: If 1, the SignOn task should be created as an Assigned task, triggering the invitation dialog
Declaration
public const string SignOnTriggersAssign = "signOnTriggersAssign"
Field Value
Type | Description |
---|---|
String |
Updated
ExternalEvent.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ExternalEvent.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ExternalEvent.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |