Workflow Responsible
AD_WF_Responsible
Responsible for Workflow Execution
Overview
| Table Name | AD_WF_Responsible |
|---|---|
| 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 (15)
| 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 |
AD_Role_ID |
Table Direct(22) | Yes | - | Responsibility Role |
AD_User_ID |
Search(22) | No | - | User within the system - Internal or Business Partner Contact |
AD_WF_Responsible_ID |
ID(22) | Yes | - | Responsible for Workflow Execution |
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 |
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 |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
ResponsibleType |
List(1) | Yes | - | Type of the Responsibility for a workflow |
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 |
AD_WF_Responsible_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_Role_ID |
AD_Role.AD_Role_ID | Responsibility Role |
AD_User_ID |
AD_User.AD_User_ID | User within the system - Internal or Business Partner Contact |
Generated on 2026-05-03T18:01:54.036905630Z