Show / Hide Table of Contents

Class DBC.SuggestedDocumentFields

Fields for SuggestedDocument, Unique owner of a set of licensed modules

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

Fields

Deleted

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

DocTmplId

SuggestedDocument.DocTmplId: Type of the suggested document

Declaration
public const string DocTmplId = "doctmpl_id"
Field Value
Type Description
string

Header

SuggestedDocument.Header: Suggested 'header'

Declaration
public const string Header = "header"
Field Value
Type Description
string

Name

SuggestedDocument.Name: Item name, visible in Guide

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

OurRef

SuggestedDocument.OurRef: Suggested 'our reference'

Declaration
public const string OurRef = "our_ref"
Field Value
Type Description
string

ProjectTypeStatusLinkId

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

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

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

Registered

SuggestedDocument.Registered: Registered when

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

RegisteredAssociateId

SuggestedDocument.RegisteredAssociateId: Registered by whom

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

SaleTypeStageLinkId

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

SuggestedDocumentId

SuggestedDocument.SuggestedDocumentId: Primary key

Declaration
public const string SuggestedDocumentId = "SuggestedDocument_id"
Field Value
Type Description
string

Tooltip

SuggestedDocument.Tooltip: Tooltip / description

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

Updated

SuggestedDocument.Updated: Last updated when

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

UpdatedAssociateId

SuggestedDocument.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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