Measure
PA_Measure
Concrete Performance Measurement
Overview
| Table Name | PA_Measure |
|---|---|
| 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 (22)
| 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 |
CalculationClass |
String(60) | No | - | Java Class for calculation, implementing Interface Measure |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
Description |
String(255) | No | - | Optional short description of the record |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
ManualActual |
Number(22) | No | - | Manually entered actual value |
ManualNote |
Text(2000) | No | - | Note for manual entry |
MeasureType |
List(1) | Yes | M | Determines how the actual performance is derived |
PA_MeasureCalc_ID |
Table Direct(22) | No | - | Calculation method for measuring performance |
PA_Measure_ID |
ID(22) | Yes | - | Concrete Performance Measurement |
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(10) | No | - | Type of the project |
MeasureDataType |
List(1) | Yes | T | Type of data - Status or in Time |
PA_Benchmark_ID |
Table Direct(10) | No | - | Performance Benchmark |
PA_Hierarchy_ID |
Table Direct(10) | No | - | Optional Reporting Hierarchy - If not selected the default hierarchy trees are used. |
PA_Measure_UU |
String(36) | No | - | - |
PA_Ratio_ID |
Table Direct(10) | No | - | Performance Ratio |
R_RequestType_ID |
Table Direct(10) | No | - | Type of request (e.g. Inquiry, Complaint, ..) |
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 |
PA_MeasureCalc_ID |
PA_MeasureCalc.PA_MeasureCalc_ID | Calculation method for measuring performance |
C_ProjectType_ID |
C_ProjectType.C_ProjectType_ID | Type of the project |
PA_Benchmark_ID |
PA_Benchmark.PA_Benchmark_ID | Performance Benchmark |
PA_Hierarchy_ID |
PA_Hierarchy.PA_Hierarchy_ID | Optional Reporting Hierarchy - If not selected the default hierarchy trees are used. |
PA_Ratio_ID |
PA_Ratio.PA_Ratio_ID | Performance Ratio |
R_RequestType_ID |
R_RequestType.R_RequestType_ID | Type of request (e.g. Inquiry, Complaint, ..) |
Generated on 2026-05-03T19:14:50.954265104Z