Class DBC.SuggestedAppointmentFields
Fields for SuggestedAppointment, Defines a suggested appointment for use in a Sale Guide or Project Guide
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SuggestedAppointmentFields : Object
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 |