Process
AD_Process
Process or Report
Overview
| Table Name | AD_Process |
|---|---|
| Access Level | System Only |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_CtxHelp |
| Wiki | View on iDempiere Wiki |
Columns (34)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
AccessLevel |
List(1) | Yes | - | Access Level required |
AD_CtxHelp_ID |
Search(10) | No | - | - |
AD_Form_ID |
Table Direct(10) | No | - | Special Form |
AD_PrintFormat_ID |
Table Direct(22) | No | - | Data Print Format |
AD_Workflow_ID |
Table Direct(22) | No | - | Workflow or combination of tasks |
AllowMultipleExecution |
List(2) | No | P | Allow or disallow executing a process/report multiple times. |
CopyFromProcess |
Button(1) | No | - | Copy settings from one report and process to another. |
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 |
ExecutionType |
List(1) | No | - | Execution Type defines whether the report/process will always run in background or foreground. |
FileNamePattern |
String(255) | No | - | - |
IsBetaFunctionality |
Yes-No(1) | Yes | - | This functionality is considered Beta |
ShowHelp |
List(1) | No | Y | - |
Statistic_Count |
Integer(22) | No | - | Internal statistics how often the entity was used |
Statistic_Seconds |
Integer(22) | No | - | Internal statistics how many seconds a process took |
WorkflowValue |
String(40) | No | - | Key of the Workflow to start |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
Value |
String(40) | Yes | - | Search key for the record in the format required - must be unique |
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 |
AD_Process_ID |
ID(22) | Yes | - | Process or Report |
AD_Process_UU |
String(36) | No | - | - |
AD_ReportView_ID |
Table Direct(22) | No | - | View used to generate this report |
Classname |
String(255) | No | - | Java Classname |
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 |
Help |
Text(2000) | No | - | Comment or Hint |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
IsDirectPrint |
Yes-No(1) | No | - | Print without dialog |
IsReport |
Yes-No(1) | Yes | - | Indicates a Report record |
JasperReport |
String(255) | No | - | - |
ProcedureName |
String(60) | No | - | Name of the Database Procedure |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_CtxHelp_ID |
AD_CtxHelp.AD_CtxHelp_ID | - |
AD_Form_ID |
AD_Form.AD_Form_ID | Special Form |
AD_PrintFormat_ID |
AD_PrintFormat.AD_PrintFormat_ID | Data Print Format |
AD_Workflow_ID |
AD_Workflow.AD_Workflow_ID | Workflow or combination of tasks |
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_ReportView_ID |
AD_ReportView.AD_ReportView_ID | View used to generate this report |
Generated on 2026-05-03T15:18:30.811190912Z