Standard Phase

C_Phase

Standard Phase of the Project Type

Overview

Table NameC_Phase
Access LevelClient Only
Entity TypeD
Is DocumentNo
Is ViewNo
Has UUIDYes
Parent TableAD_Client
WikiView 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 ID(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
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_Phase WHERE C_ProjectType_ID=@C_ProjectType_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_ProjectType_ID Table Direct(22) Yes - Type of the project
C_Phase_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
M_Product_ID M_Product.M_Product_ID Product, Service, Item
C_ProjectType_ID C_ProjectType.C_ProjectType_ID Type of the project

Generated on 2026-05-03T17:57:49.504659162Z