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

ERP/2.50/Developers Guide/Database Model/org.openbravo.model.ad.ui/AD Process Para

Contents

AD_Process_Para

The Report Parameter table defines any parameters required to execute a report or process.

This table contains the following columns:

Name Nullable Data Type Description
AD_Process_Para_ID NVARCHAR2(32)Process Parameter
AD_Client_ID NVARCHAR2(32)Client for this installation.
AD_Org_ID NVARCHAR2(32)Organizational entity within client
IsActive NCHAR(1)A flag indicating whether this record is available for use or de-activated.
Created NDATEThe date that this record is completed.
CreatedBy NVARCHAR2(32)User who created this records
Updated NDATEx not implemented
UpdatedBy NVARCHAR2(32)User who updated this records
Name NNVARCHAR2(60)A non-unique identifier for a record/document often used as a search tool.
Description YNVARCHAR2(255)A space to write additional related information.
Help YNVARCHAR2(2000)A comment that adds additional information to help users work with fields.
AD_Process_ID NVARCHAR2(32)A series of actions carried out in sequential order.
SeqNo NNUMBER(10, 0)The order of records in a specified document.
AD_Reference_ID NVARCHAR2(32)The data type of this field.
AD_Reference_Value_ID YVARCHAR2(32)The exact reference specification for a list or a table.
AD_Val_Rule_ID YVARCHAR2(32)A validation rule that defines how an entry is determined to be valid or invalid.
ColumnName NVARCHAR2(40)The name of a column within the database.
IsCentrallyMaintained NCHAR(1)A flag indicating that this label is managed in a central repository.
FieldLength NNUMBER(10, 0)An indication of the column length as defined in the database.
IsMandatory NCHAR(1)An indication noting that completing in a field is required to proceed.
IsRange NCHAR(1)The parameter is a range of values
DefaultValue YNVARCHAR2(1000)The first non-null value in a set of values. It is used as a default value for a field when creating a record.
DefaultValue2 YNVARCHAR2(60)Default value hierarchy, separated by ;
VFormat YNVARCHAR2(20)x not implemented
ValueMin YNVARCHAR2(20)The lowest possible value an object can take.
ValueMax YNVARCHAR2(20)The highest possible value an item can have.
AD_Element_ID YVARCHAR2(32)An element that consolidates help, descriptions and terms for a database column and allows for a central maintenance.

Other Info

Check constraints

These are the check constraints for this table:

top

Indexes

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

Non Unique

Unique

top

Columns

Process Parameter

Process Parameter identifies the parameters of a process or report.

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

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

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

Name

A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length.

top

Description

A description is limited to 255 characters.

top

Help/Comment

The Help field contains a hint, comment or help about the use of this item.

top

Process

Foreign key column to AD_Process table, (column: AD_Process_ID)

top

Sequence Number

The Sequence indicates the order of records

top

Reference

Foreign key column to AD_Reference table, (column: AD_Reference_ID)


Reference Table AD_Reference Data Types With the following where clause:

 
AD_Reference.IsBaseReference='Y'


top

Reference Search Key

Foreign key column to AD_Reference table, (column: AD_Reference_ID)


Reference Table AD_Reference Subreferences : (not DataType and Independent). With the following where clause:

 
AD_Reference.IsBaseReference = 'N'


Validation Rule AD_Reference Subreference: Subreference validation choices. With the following code:

 
AD_Reference.ParentReference_ID=@AD_Reference_ID@
OR (@AD_Reference_ID@ = '28' AND AD_Reference.ParentReference_ID='17')

top

Validation

Foreign key column to AD_Val_Rule table, (column: AD_Val_Rule_ID)

top

DB Column Name

The Column Name indicates the name of a column on a table as defined in the database.

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

 
AD_Client.AD_Client_ID IN (@#User_Client@)

top

Central Maintenance

The Centrally Maintained checkbox indicates if the Name, Description and Help maintained in 'System Element' table or 'Window' table.

top

Length

The Length indicates the length of a column as defined in the database.

top

Mandatory

The Mandatory checkbox indicates if the field is required for a record to be save to the database.

top

Range

The Range checkbox indicates that this parameter is a range of values.

top

Default Value

The defaults are evaluated in the order of definition, the first not null value becomes the default value of the column. The values are separated by comma or semicolon. a) Literals:. 'Text' or 123 b) Variables - in format @Variable@ - Login e.g. #Date, #AD_Org_ID, #AD_Client_ID - Accounting Schema: e.g. $C_AcctSchema_ID, $C_Calendar_ID - Global defaults: e.g. DateFormat - Window values (all Picks, CheckBoxes, RadioButtons, and DateDoc/DateAcct) c) SQL code with the tag: @SQL=SELECT something AS DefaultValue FROM ... The SQL statement can contain variables. There can be no other value other than the SQL statement. The default is only evaluated, if no user preference is defined. Default definitions are ignored for record columns as Key, Parent, Client as well as Buttons.

top

Default Logic 2

The defaults are evaluated in the order of definition, the first not null value becomes the default value of the column. The values are separated by comma or semicolon. a) Literals:. 'Text' or 123 b) Variables - in format @Variable@ - Login e.g. #Date, #AD_Org_ID, #AD_Client_ID - Accounting Schema: e.g. $C_AcctSchema_ID, $C_Calendar_ID - Global defaults: e.g. DateFormat - Window values (all Picks, CheckBoxes, RadioButtons, and DateDoc/DateAcct) c) SQL code with the tag: @SQL=SELECT something AS DefaultValue FROM ... The SQL statement can contain variables. There can be no other value other than the SQL statement. The default is only evaluated, if no user preference is defined. Default definitions are ignored for record columns as Key, Parent, Client as well as Buttons.

top

Value Format

Value Format is the format the value will be displayed with.

top

Min. Value

The Minimum Value indicates the lowest allowable value for a field.

top

Max. Value

The Maximum Value indicates the highest allowable value for a field

top

Application Element

Foreign key column to AD_Element table, (column: AD_Element_ID)

top

Related tables

Tables that link this table:

top

Retrieved from "http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Database_Model/org.openbravo.model.ad.ui/AD_Process_Para"

This page has been accessed 4,438 times. This page was last modified on 2 July 2011, at 20:38. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.