Standard Task
C_Task
Standard Project Type Task
Overview
| Table Name | C_Task |
|---|---|
| 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 (16)
| 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 |
C_Phase_ID |
Table Direct(22) | Yes | - | Standard Phase of the Project Type |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
C_Task_ID |
ID(22) | Yes | - | Standard Project Type Task |
Description |
Text(255) | No | - | Optional short description of the record |
Help |
Text(2000) | No | - | Comment or Hint |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
M_Product_ID |
Search(22) | No | - | Product, Service, Item |
SeqNo |
Integer(22) | Yes | @SQL=SELECT NVL(MAX(SeqNo),0)+10 AS DefaultValue FROM C_Task WHERE C_Phase_ID=@C_Phase_ID@ | Method of ordering records; lowest number comes first |
StandardQty |
Quantity(22) | Yes | 1 | Standard Quantity |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
C_Task_UU |
String(36) | No | - | - |
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_Phase_ID |
C_Phase.C_Phase_ID | Standard Phase of the Project Type |
M_Product_ID |
M_Product.M_Product_ID | Product, Service, Item |
Generated on 2026-05-03T17:54:50.343206731Z