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