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

ERP/3.0/Developers Guide/Database Model/org.openbravo.model.ad.ui/AD Process 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.
Back button.png   Back to ERP/3.0/Developers Guide/Database Model/org.openbravo.model.ad.ui


Contents

AD_Process_Para

This table contains the following columns:

Name Nullable Data Type Description


IsActive No CHAR (1) 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.

AD_Element_ID Yes VARCHAR (32) The System Element allows for the central maintenance of help, descriptions and terminology for a database column.
IsCentrallyMaintained No CHAR (1) The Centrally Maintained checkbox indicates if the Name, Description and Help maintained in 'System Element' table or 'Window' table.
AD_Client_ID No VARCHAR (32) A Client is a company or a legal entity. You cannot share data between Clients.
CreatedBy No VARCHAR (32) The Created By field indicates the user who created this record.
Created No TIMESTAMP (7) The Created field indicates the date that this record was created.
ColumnName No VARCHAR (40) The Column Name indicates the name of a column on a table as defined in the database.
DefaultValue2 Yes NVARCHAR (60) 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.
DefaultValue Yes NVARCHAR (1000) 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.
Description Yes NVARCHAR (255) A description is limited to 255 characters.
Help Yes NVARCHAR (2000) The Help field contains a hint, comment or help about the use of this item.
FieldLength No DECIMAL (10,0) The Length indicates the length of a column as defined in the database.
IsMandatory No CHAR (1) The Mandatory checkbox indicates if the field is required for a record to be save to the database.
ValueMax Yes NVARCHAR (20) The Maximum Value indicates the highest allowable value for a field
ValueMin Yes NVARCHAR (20) The Minimum Value indicates the lowest allowable value for a field.
Name No NVARCHAR (60) 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.
AD_Org_ID No VARCHAR (32) An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.
AD_Process_ID No VARCHAR (32) The Process field identifies a unique Process or Report in the system.
AD_Process_Para_ID No VARCHAR (32) Process Parameter identifies the parameters of a process or report.
IsRange No CHAR (1) The Range checkbox indicates that this parameter is a range of values.
AD_Reference_ID No VARCHAR (32) The Reference indicates the type of reference field
AD_Reference_Value_ID Yes VARCHAR (32) The Reference Value indicates where the reference values are stored. It must be specified if the data type is Table or List.
SeqNo No DECIMAL (10,0) The Sequence indicates the order of records
Updated No TIMESTAMP (7) The Updated field indicates the date that this record was updated.
UpdatedBy No VARCHAR (32) The Updated By field indicates the user who updated this record.
AD_Val_Rule_ID Yes VARCHAR (32) The Validation Rule indicates a unique validation rule. These rules define how an entry is determined to valid or invalid.
VFormat Yes NVARCHAR (20) Value Format is the format the value will be displayed with.

Columns

Active



top


Application Element


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

top


Central Maintenance



top


Client


Foreign key column to AD_Client table, (column: AD_Client_ID) It has a validation "AD_Client Security validation", with the following code

AD_Client.AD_Client_ID in (@#User_Client@)

top


Created By


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

top


Creation Date



top


DB Column Name



It has a validation "AD_Client Security validation", with the following code

AD_Client.AD_Client_ID in (@#User_Client@)

top


Default Logic 2



top


Default Value



top


Description



top


Help/Comment



top


Length



top


Mandatory



top


Max. Value



top


Min. Value



top


Name


top


Organization


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

top


Process


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

top


Process Parameter



top


Range



top


Reference


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

top


Reference Search Key


Foreign key column to AD_Reference table, (column: AD_Reference_ID) It has a validation "AD_Reference Subreference", with the following code

AD_Reference.ParentReference_ID=@AD_Reference_ID@

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

top


Sequence Number



top


Updated



top


Updated By


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

top


Validation


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

top


Value Format



top


Other Info

Indices

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

top

Check Constraints

These are the check constraints for this table:

top

Back button.png   Back to org.openbravo.model.ad.ui

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

This page has been accessed 4,634 times. This page was last modified on 7 September 2020, at 01:56. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.