• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

SuggestedAppointment Table (125)

Some tooltip text!
• 3 minutes to read
 • 3 minutes to read

Defines a suggested appointment for use in a Sale Guide or Project Guide

Fields

Name Description Type Null
SuggestedAppointment_id Primary key PK
name Item name, visible in Guide String(239)
rank Rank, controls rank of non-instantiated items in Guide UShort ●
tooltip Tooltip / description String(254) ●
deleted 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists UShort ●
saleTypeStageLinkId Link to saleTypeStageLink, the anchor for sale guide items. Either this OR projectAnchorId should be set, not both at the same time. FK SaleTypeStageLink ●
projectTypeStatusLinkId Link to projectTypeStatusLink, the anchor for project guide items. Either this OR saleAnchorId should be set, not both at the same time. FK ProjectTypeStatusLink ●
task_id Type of the suggested appointment FK Task ●
daysFuture How many days into the future the appointment should be scheduled UShort ●
duration Duration in minutes of suggested appointment UShort ●
autoSuggest Should this appointment be auto-suggested Bool ●
text The suggested text of the new appointment String(2047) ●
registered Registered when UtcDateTime
registered_associate_id Registered by whom FK associate
updated Last updated when UtcDateTime
updated_associate_id Last updated by whom FK associate
updatedCount Number of updates made to this record UShort
isMilestone Is this kind of appointment a milestone in a project Bool ●
assignToMember Should generated appointment be assigned to a project member? Bool ●

SuggestedAppointment table relationship diagram

Indexes

Fields Types Description
SuggestedAppointment_id PK Clustered, Unique
name String(239) Index
saleTypeStageLinkId FK Index
projectTypeStatusLinkId FK Index

Relationships

Table Description
appointment Tasks, appointments, followups, phone calls; and documents (document_id != 0). An appointment always has a corresponding record in VisibleFor specifying who may see this.
associate Employees, resources and other users - except for External persons
ProjectTypeStatusLink Many-many link table between project type and status, similar to sale type-stage link; and an anchor point for guide items
SaleTypeStageLink Many-many link table between sale type and stage; and an anchor point for guide items
Task Task list table, activity types, like Phone, Meeting

Replication Flags

  • Replicate changes DOWN from central to satellites and travellers.
  • Replicate changes UP from satellites and travellers back to central.
  • Copy to satellite and travel prototypes.

Security Flags

  • No access control via user's Role.
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top