View source | Discuss this page | Page history | Printable version   

ERP 2.50:Developers Guide/Database Model/org.openbravo.model.ad.process/AD PInstance Para

ERP 2.50:Developers Guide/Database Model/org.openbravo.model.ad.process

Index

Contents

AD_PInstance_Para

Process Instance Parameter contains the values of the parameters that are passed to a process instance.

This table contains the following columns:

Name Nullable Data Type Description
AD_PInstance_Para_ID NVARCHAR2(32)null
AD_PInstance_ID NVARCHAR2(32)Process Instance
SeqNo NVARCHAR2(32)The order of records in a specified document.
ParameterName YNVARCHAR2(60)Parameter Name
P_String YNVARCHAR2(60)Parameter String
P_String_To YNVARCHAR2(60)Parameter String To
P_Number YNUMBERParameter number
P_Number_To YNUMBERParameter number to
P_Date YDATEParameter Date
P_Date_To YDATEDate passed as maximum date as parameter to a process instance.
Info YNVARCHAR2(60)A space to write additional related information.
Info_To YNVARCHAR2(60)The Information displays data from the source document line.
AD_Client_ID YVARCHAR2(32)Client for this installation.
AD_Org_ID YVARCHAR2(32)Organizational entity within client
Created YDATEThe date that this record is completed.
CreatedBy YVARCHAR2(32)User who created this records
Updated YDATEx not implemented
UpdatedBy YVARCHAR2(32)User who updated this records
IsActive YCHAR(1)A flag indicating whether this record is available for use or de-activated.

Other Info

Indexes

These are the indexes for this table (for each index there is a list of all the columns included within it):

Unique

top

Columns

AD_PInstance_Para_ID

top

Process Instance

Foreign key column to AD_PInstance table, (column: AD_PInstance_ID)

top

Sequence Number

The Sequence indicates the order of records

top

Parameter Name

Name describing the parameter.

top

P_String

String passed as parameter to a process instance.

top

P_String_To

String passed as maximum string range to a process instance.

top

Process Number

Number passed as parameter to a process instance.

top

Process Number To

Number passed as maximum range as parameter to a process instance.

top

Process Date

Date passed as parameter to a process instance.

top

Process Date To

Date passed as maximum date as parameter to a process instance.

top

Comments

The Information displays data from the source document line.

top

Info To

The Information displays data from the source document line.

top

Client

Foreign key column to AD_Client table, (column: AD_Client_ID)


Validation Rule AD_Client Security validation: Clients with user access rights. With the following code:

 
AD_Client.AD_Client_ID IN (@#User_Client@)

top

Organization

Foreign key column to AD_Org table, (column: AD_Org_ID)

top

Creation Date

The Created field indicates the date that this record was created.

top

Created By

Foreign key column to AD_User table, (column: AD_User_ID)

top

Updated

The Updated field indicates the date that this record was updated.

top

Updated By

Foreign key column to AD_User table, (column: AD_User_ID)

top

Active

There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reporting. There are two reasons for de-activating and not deleting records:
(1) The system requires the record for auditing purposes.
(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are existing invoices for it. By de-activating the Business Partner you prevent it from being used in future transactions.

top

Retrieved from "http://wiki.openbravo.com/wiki/ERP_2.50:Developers_Guide/Database_Model/org.openbravo.model.ad.process/AD_PInstance_Para"

This page has been accessed 2,413 times. This page was last modified on 14 June 2011, at 11:03. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.