Show / Hide Table of Contents

Class DBC.ExternalEventFields

Fields for ExternalEvent, The definition of projects as events in Audience (or other Collaborative apps)

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

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