SuggestedDocument Table (126)

Unique owner of a set of licensed modules

Fields

NameDescriptionTypeNull
SuggestedDocument_idPrimary keyPK
nameItem name, visible in GuideString(239)
rankRank, controls rank of non-instantiated items in GuideUShort
tooltipTooltip / descriptionString(254)
deleted0 -> record is active 1 -> record is ‘deleted’ and should not be shown in listsUShort
saleTypeStageLinkIdLink to saleTypeStageLink, the anchor for sale guide items. Either this OR projectAnchorId should be set, not both at the same time.FK SaleTypeStageLink
projectTypeStatusLinkIdLink to projectTypeStatusLink, the anchor for project guide items. Either this OR saleAnchorId should be set, not both at the same time.FK ProjectTypeStatusLink
doctmpl_idType of the suggested documentFK DocTmpl
headerSuggested ‘header’String(219)
our_refSuggested ‘our reference’String(99)
registeredRegistered whenUtcDateTime
registered_associate_idRegistered by whomFK associate
updatedLast updated whenUtcDateTime
updated_associate_idLast updated by whomFK associate
updatedCountNumber of updates made to this recordUShort

SuggestedDocument table relationship diagram

Indexes

FieldsTypesDescription
SuggestedDocument_idPKClustered, Unique
nameString(239)Index
saleTypeStageLinkIdFKIndex
projectTypeStatusLinkIdFKIndex

Relationships

TableDescription
appointmentTasks, appointments, followups, phone calls; and documents (document_id != 0). An appointment always has a corresponding record in VisibleFor specifying who may see this.
associateEmployees, resources and other users - except for External persons
DocTmplDocTmpl list table. Describes templates available for writing new documents.
ProjectTypeStatusLinkMany-many link table between project type and status, similar to sale type-stage link; and an anchor point for guide items
SaleTypeStageLinkMany-many link table between sale type and stage; and an anchor point for guide items

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.