Project Task
C_ProjectTask
Actual Project Task in a Phase
Overview
| Table Name | C_ProjectTask |
|---|---|
| Access Level | Client Only |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Client |
| Wiki | View on iDempiere Wiki |
Columns (29)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
AD_Client_ID |
Table Direct(22) | Yes | @AD_Client_ID@ | Tenant for this installation. |
AD_Org_ID |
Table Direct(22) | Yes | @AD_Org_ID@ | Organizational entity within tenant |
CompletePercent |
Number(3) | No | 0 | - |
CompletionPercentage |
List(4) | No | C000 | - |
C_Project_ID |
Table Direct(10) | No | @C_Project_ID@ | Financial Project |
C_ProjectPhase_ID |
Table Direct(22) | Yes | - | Phase of a Project |
C_Project_Responsible_ID |
Table(10) | No | - | Responsible for Workflow Execution |
C_ProjectTask_ID |
ID(22) | Yes | - | Actual Project Task in a Phase |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
C_Task_ID |
Table Direct(22) | No | - | Standard Project Type Task |
Description |
Text(10000) | No | - | Optional short description of the record |
EndDate |
Date(7) | No | @EndDate@ | Last effective date (inclusive) |
Help |
Text(2000) | No | - | Comment or Hint |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
IsMilestone |
Yes-No(1) | No | N | - |
M_Product_ID |
Search(22) | No | - | Product, Service, Item |
PlannedTime |
Number(11) | No | 0 | - |
Priority |
List(1) | No | 5 | Indicates if this request/activity is of a high, medium or low priority. |
Qty |
Quantity(22) | No | 1 | Quantity |
StartDate |
Date(29) | No | @StartDate@ | First effective day (inclusive) |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
SeqNo |
Integer(22) | Yes | @SQL=SELECT NVL(MAX(SeqNo),0)+10 AS DefaultValue FROM C_ProjectTask WHERE C_ProjectPhase_ID=@C_ProjectPhase_ID@ | Method of ordering records; lowest number comes first |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
CommittedAmt |
Amount(22) | Yes | - | The (legal) commitment amount |
C_ProjectTask_UU |
String(36) | No | - | - |
PlannedAmt |
Amount(22) | Yes | - | Planned amount for this project |
ProjInvoiceRule |
List(1) | Yes | @ProjInvoiceRule@ | Invoice Rule for the project |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
C_Project_ID |
C_Project.C_Project_ID | Financial Project |
C_ProjectPhase_ID |
C_ProjectPhase.C_ProjectPhase_ID | Phase of a Project |
C_Project_Responsible_ID |
C_Project_Responsible.C_Project_Responsible_ID | Responsible for Workflow Execution |
C_Task_ID |
C_Task.C_Task_ID | Standard Project Type Task |
M_Product_ID |
M_Product.M_Product_ID | Product, Service, Item |
Generated on 2026-05-03T16:34:26.831535670Z