Measure Calculation
PA_MeasureCalc
Calculation method for measuring performance
Overview
| Table Name | PA_MeasureCalc |
|---|---|
| Access Level | System + Client |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Client |
| Wiki | View on iDempiere Wiki |
Columns (20)
| 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 |
BPartnerColumn |
String(60) | No | x.C_BPartner_ID | Fully qualified Business Partner key column (C_BPartner_ID) |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
DateColumn |
String(60) | Yes | x.Date | Fully qualified date column |
Description |
String(255) | No | - | Optional short description of the record |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
OrgColumn |
String(60) | Yes | x.AD_Org_ID | Fully qualified Organization column (AD_Org_ID) |
PA_MeasureCalc_ID |
ID(22) | Yes | - | Calculation method for measuring performance |
ProductColumn |
String(60) | No | x.M_Product_ID | Fully qualified Product column (M_Product_ID) |
SelectClause |
Text(2000) | Yes | SELECT ... FROM ... | SQL SELECT clause |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
WhereClause |
Text(2000) | Yes | WHERE ... | Fully qualified SQL WHERE clause |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
AD_Table_ID |
Table Direct(10) | Yes | - | Database Table information |
EntityType |
Table(40) | Yes | @SQL=SELECT CASE WHEN '@P|AdempiereSys:N@'='Y' THEN 'D' ELSE get_sysconfig('DEFAULT_ENTITYTYPE','U',0,0) END FROM Dual | Dictionary Entity Type; Determines ownership and synchronization |
KeyColumn |
String(60) | Yes | - | Key Column for Table |
PA_MeasureCalc_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 |
AD_Table_ID |
AD_Table.AD_Table_ID | Database Table information |
Generated on 2026-05-03T20:28:23.075122607Z