Projects Table

Applies to QAComplete 14.3, last modified on February 19, 2024

Description

Columns

The table contains the following columns:

ProjId  :  int, primary key, allows null: no

The unique numeric identifier of the project.

DeptId  :  int, allows null: no

The numeric identifier of the department that owns the project.

ActualCost  :  money, allows null: yes

The column is reserved for system use only.

ActualHrs  :  decimal (max 18 decimal digits), allows null: yes

The column is reserved for system use only.

Custom1..Custom10  :  varchar (max 2500 chars), allows null: yes

The values of custom fields 1 - 10.

These columns correspond to fields that can be available for rich editing.

DateBeginActual  :  datetime, allows null: yes

The column is reserved for system use only.

DateBeginScheduled  :  datetime, allows null: yes

The column is reserved for system use only.

DateCreated  :  datetime, allows null: no, default: Current date and time

The date and time the project was created.

The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.

DateEndActual  :  datetime, allows null: yes

The column is reserved for system use only.

DateEndScheduled  :  datetime, allows null: yes

The column is reserved for system use only.

DateUpdated  :  datetime, allows null: no, default: Current date and time

The date and time the project was last updated.

The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.

EstCost  :  money, allows null: yes

The column is reserved for system use only.

EstHrs  :  decimal (max 18 decimal digits), allows null: yes

The column is reserved for system use only.

IsActive  :  char (max 1 char), allows null: no, default: Y

Indicates whether the project is active.

IsAutoCalc  :  char (max 1 char), allows null: yes, default: Y

The column is reserved for system use only.

ProjName  :  varchar (max 50 chars), allows null: no

The name of the project.

UpdateUserId  :  int, allows null: no

The ID of the user who last updated the item.

See Also

Projects View
Setup

Highlight search results