Show / Hide Table of Contents

Class DBC.DocumentFields

Fields for Document, Documents, this table is an extension of the Appointment table. There is always a corresponding appointment record; the relation between appointment and document is navigable in both directions. A document-type appointment record always has a corresponding document record and a record in VisibleFor specifying who may see this.

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

Fields

ApplicationId

Document.ApplicationId: Application this document was made with

Declaration
public const string ApplicationId = "application_id"
Field Value
Type Description
string

AppointmentId

Document.AppointmentId: points back to owning appointment

Declaration
public const string AppointmentId = "appointment_id"
Field Value
Type Description
string

ArchiveProvider

Document.ArchiveProvider: Document plugin id copied from the DocTmpl.autoevent_id - tells us where the document content is stored

Declaration
public const string ArchiveProvider = "archiveProvider"
Field Value
Type Description
string

Attention

Document.Attention: Attention/salutation

Declaration
public const string Attention = "attention"
Field Value
Type Description
string

ContentSetCount

Document.ContentSetCount: Number of times content has been set on this document.

Declaration
public const string ContentSetCount = "contentSetCount"
Field Value
Type Description
string

DocumentId

Document.DocumentId: Primary key

Declaration
public const string DocumentId = "document_id"
Field Value
Type Description
string

ExtUrl

Document.ExtUrl: For DocPlugin-internal use only. Used to optionally cache URL of external documents.

Declaration
public const string ExtUrl = "ExtUrl"
Field Value
Type Description
string

Extref

Document.Extref: External reference (notes ID, email ID, URL, whatever) for use by document plugin in locating document content

Declaration
public const string Extref = "extref"
Field Value
Type Description
string

Header

Document.Header: Visible document name

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

Name

Document.Name: File name

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

OurRef

Document.OurRef: Our reference, searchable field from freetext search

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

Registered

Document.Registered: Registered when

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

RegisteredAssociateId

Document.RegisteredAssociateId: Registered by whom

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

Searchname

Document.Searchname: Searchable name (not used?)

Declaration
public const string Searchname = "searchname"
Field Value
Type Description
string

Snum

Document.Snum: The sequence number allocated from refcount on used template when creating the document

Declaration
public const string Snum = "snum"
Field Value
Type Description
string

TextId

Document.TextId: Pointer to optional long description

Declaration
public const string TextId = "text_id"
Field Value
Type Description
string

Updated

Document.Updated: Last updated when

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

UpdatedAssociateId

Document.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

Document.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

Userdef2Id

Document.Userdef2Id: User-defined fields

Declaration
public const string Userdef2Id = "userdef2_id"
Field Value
Type Description
string

UserdefId

Document.UserdefId: User-defined fields

Declaration
public const string UserdefId = "userdef_id"
Field Value
Type Description
string

YourRef

Document.YourRef: Your reference

Declaration
public const string YourRef = "your_ref"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top