Class DBC.ProjectFields
Fields for Project, Projects
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.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 |