Show / Hide Table of Contents

Class DBC.SuggestedAppointmentFields

Fields for SuggestedAppointment, Defines a suggested appointment for use in a Sale Guide or Project Guide

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

Fields

AssignToMember

SuggestedAppointment.AssignToMember: Should generated appointment be assigned to a project member?

Declaration
public const string AssignToMember = "assignToMember"
Field Value
Type Description
string

AutoSuggest

SuggestedAppointment.AutoSuggest: Should this appointment be auto-suggested

Declaration
public const string AutoSuggest = "autoSuggest"
Field Value
Type Description
string

DaysFuture

SuggestedAppointment.DaysFuture: How many days into the future the appointment should be scheduled

Declaration
public const string DaysFuture = "daysFuture"
Field Value
Type Description
string

Deleted

SuggestedAppointment.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

Duration

SuggestedAppointment.Duration: Duration in minutes of suggested appointment

Declaration
public const string Duration = "duration"
Field Value
Type Description
string

IsMilestone

SuggestedAppointment.IsMilestone: Is this kind of appointment a milestone in a project

Declaration
public const string IsMilestone = "isMilestone"
Field Value
Type Description
string

Name

SuggestedAppointment.Name: Item name, visible in Guide

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

ProjectTypeStatusLinkId

SuggestedAppointment.ProjectTypeStatusLinkId: Link to projectTypeStatusLink, the anchor for project guide items. Either this OR saleAnchorId should be set, not both at the same time.

Declaration
public const string ProjectTypeStatusLinkId = "projectTypeStatusLinkId"
Field Value
Type Description
string

Rank

SuggestedAppointment.Rank: Rank, controls rank of non-instantiated items in Guide

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

Registered

SuggestedAppointment.Registered: Registered when

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

RegisteredAssociateId

SuggestedAppointment.RegisteredAssociateId: Registered by whom

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

SaleTypeStageLinkId

SuggestedAppointment.SaleTypeStageLinkId: Link to saleTypeStageLink, the anchor for sale guide items. Either this OR projectAnchorId should be set, not both at the same time.

Declaration
public const string SaleTypeStageLinkId = "saleTypeStageLinkId"
Field Value
Type Description
string

SuggestedAppointmentId

SuggestedAppointment.SuggestedAppointmentId: Primary key

Declaration
public const string SuggestedAppointmentId = "SuggestedAppointment_id"
Field Value
Type Description
string

TaskId

SuggestedAppointment.TaskId: Type of the suggested appointment

Declaration
public const string TaskId = "task_id"
Field Value
Type Description
string

Text

SuggestedAppointment.Text: The suggested text of the new appointment

Declaration
public const string Text = "text"
Field Value
Type Description
string

Tooltip

SuggestedAppointment.Tooltip: Tooltip / description

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

Updated

SuggestedAppointment.Updated: Last updated when

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

UpdatedAssociateId

SuggestedAppointment.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

SuggestedAppointment.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