Show / Hide Table of Contents

Class DBC.TextFields

Fields for Text, Long text fields from all over the system

Inheritance
Object
DBC.TextFields
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 TextFields

Fields

Lcid

Text.Lcid: Language/culture code of the text, if known. This is a reserved field for future use

Declaration
public const string Lcid = "lcid"
Field Value
Type Description
String

OwnerId

Text.OwnerId: Record ID of owner record

Declaration
public const string OwnerId = "owner_id"
Field Value
Type Description
String

Registered

Text.Registered: Registered when

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

RegisteredAssociateId

Text.RegisteredAssociateId: Registered by whom

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

Seqno

Text.Seqno: Sequence number, for possible chaining of multiple records to store longer texts

Declaration
public const string Seqno = "seqno"
Field Value
Type Description
String

Text

Text.Text: The actual text, max 2047 significant characters even though it is stored as a larger data type on some databases

Declaration
public const string Text = "text"
Field Value
Type Description
String

TextId

Text.TextId: Primary key

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

Type

Text.Type: Text type, enum that specifies owning table and role

Declaration
public const string Type = "type"
Field Value
Type Description
String

Updated

Text.Updated: Last updated when

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

UpdatedAssociateId

Text.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

Text.UpdatedCount: Table number of list table that this text contains an extension of; this is obsolete functionality

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