ERP/3.0/Developers Guide/Database Model/org.openbravo.model.ad.process/AD EP Instance Para
This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
Contents |
AD_EP_Instance_Para
- Name:AD_EP_Instance_Para
- Classname:ADEPInstancePara
This table contains the following columns:
Name | Nullable | Data Type | Description
|
AD_Ep_Instance_ID | No | VARCHAR (32) | |
AD_Ep_Instance_Para_ID | No | VARCHAR (32) | |
AD_Extension_Points_ID | No | VARCHAR (32) | A point in a stored procedure where it is possible to execute procedures of different modules |
P_String | Yes | NVARCHAR (60) | String passed as parameter to a process instance. |
P_String_To | Yes | NVARCHAR (60) | String passed as maximum string range to a process instance. |
P_Text | Yes | NVARCHAR (2000) | |
Parametername | No | NVARCHAR (60) | Name describing the parameter. |
P_Date | Yes | TIMESTAMP (7) | Date passed as parameter to a process instance. |
P_Date_To | Yes | TIMESTAMP (7) | Date passed as maximum date as parameter to a process instance. |
P_Number | Yes | DECIMAL | Number passed as parameter to a process instance. |
P_Number_To | Yes | DECIMAL | Number passed as maximum range as parameter to a process instance. |
Columns
AD_Ep_Instance_ID
- Physical column name: AD_Ep_Instance_ID
- Property Name: epInstance
- Reference: String
- This column is part of the table's identifier
AD_Ep_Instance_Para_ID
- Physical column name: AD_Ep_Instance_Para_ID
- Property Name: id
- Reference: ID
Extension Points
- Physical column name: AD_Extension_Points_ID
- Property Name: extensionPoints
- Reference: TableDir
- This column is part of the table's identifier
Foreign key column to AD_Extension_Points table, (column: AD_Extension_Points_ID)
P_String
- Physical column name: P_String
- Property Name: string
- Reference: String
P_String_To
- Physical column name: P_String_To
- Property Name: stringTo
- Reference: String
P_Text
- Physical column name: P_Text
- Property Name: text
- Reference: Text
Parameter Name
- Physical column name: Parametername
- Property Name: parameterName
- Reference: String
- This column is part of the table's identifier
Process Date
- Physical column name: P_Date
- Property Name: processDate
- Reference: Date
Process Date To
- Physical column name: P_Date_To
- Property Name: processDateTo
- Reference: Date
Process Number
- Physical column name: P_Number
- Property Name: processNumber
- Reference: Number
Process Number To
- Physical column name: P_Number_To
- Property Name: processNumberTo
- Reference: Number
Other Info
![]() | Back to org.openbravo.model.ad.process |