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

DocumentId

Document.DocumentId: Primary key

Declaration
public const string DocumentId = "document_id"
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

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

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