Show / Hide Table of Contents

Class DBC.ProjectFields

Fields for Project, Projects

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

Fields

ActiveErpLinks

Project.ActiveErpLinks: The number of Erp Sync connections this record is synced with; count of the ErpExternalKey+ErpInternalKey relations

Declaration
public const string ActiveErpLinks = "activeErpLinks"
Field Value
Type Description
String

ActiveLinks

Project.ActiveLinks: Number of active links to documents, other appointments, and such

Declaration
public const string ActiveLinks = "activeLinks"
Field Value
Type Description
String

AssociateId

Project.AssociateId: Project manager/owner

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
String

Done

Project.Done: Done (0=false, 1=true). Status implies changes in which fields are shown in GUI, as well as which fields can be updated

Declaration
public const string Done = "done"
Field Value
Type Description
String

EndDate

Project.EndDate: Planned end date for project, inhertied from type and later editable

Declaration
public const string EndDate = "endDate"
Field Value
Type Description
String

GroupId

Project.GroupId: Group id of original owning associate, semantics like appnt.grp_id

Declaration
public const string GroupId = "group_id"
Field Value
Type Description
String

Name

Project.Name: Project name

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

NextMilestoneDate

Project.NextMilestoneDate: Calculated date, reflects date of closest non-complete future milestone activity

Declaration
public const string NextMilestoneDate = "nextMilestoneDate"
Field Value
Type Description
String

NmdAppointmentId

Project.NmdAppointmentId: ID of appointment that "caused" the nextMilestoneDate, can be 0

Declaration
public const string NmdAppointmentId = "nmdAppointment_id"
Field Value
Type Description
String

PostitTextId

Project.PostitTextId: Paperclip text

Declaration
public const string PostitTextId = "postitText_id"
Field Value
Type Description
String

ProjectId

Project.ProjectId: Primary key

Declaration
public const string ProjectId = "project_id"
Field Value
Type Description
String

ProjectNumber

Project.ProjectNumber: Automatically generated number

Declaration
public const string ProjectNumber = "project_number"
Field Value
Type Description
String

Registered

Project.Registered: Registered date

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

RegisteredAssociateId

Project.RegisteredAssociateId: Registered by whom

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

SoundEx

Project.SoundEx: What the name sounds like, for duplicate detection

Declaration
public const string SoundEx = "soundEx"
Field Value
Type Description
String

Source

Project.Source: How did we get this project? For future integration needs

Declaration
public const string Source = "source"
Field Value
Type Description
String

StatusIdx

Project.StatusIdx: Link to ProjStatus list

Declaration
public const string StatusIdx = "status_idx"
Field Value
Type Description
String

TextId

Project.TextId: Description field

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

TypeIdx

Project.TypeIdx: Link to ProjType list

Declaration
public const string TypeIdx = "type_idx"
Field Value
Type Description
String

TzLocationId

Project.TzLocationId: Default timezone location for this project

Declaration
public const string TzLocationId = "tzLocationId"
Field Value
Type Description
String

Updated

Project.Updated: Last updated date

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

UpdatedAssociateId

Project.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

Project.UpdatedCount: Number of updates made to this record

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

Userdef2Id

Project.Userdef2Id: User defined table record 2

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

UserdefId

Project.UserdefId: Pointer to userdef small table

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