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

ERP/2.50/Developers Guide/Database Model/org.openbravo.model.ad.domain/AD Model Object

Contents

AD_Model_Object

This table contains the following columns:

Name Nullable Data Type Description
AD_Model_Object_ID NVARCHAR2(32)An identification of an object in the dictionary.
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
Action YVARCHAR2(60)A drop down list box indicating the next step to take.
AD_Tab_ID YVARCHAR2(32)An indication that a tab is displayed within a window.
Classname NVARCHAR2(1000)x not implemented
IsDefault NCHAR(1)A value that is shown whenever a record is created.
AD_Task_ID YVARCHAR2(32)The name of an operating task.
AD_Workflow_ID YVARCHAR2(32)A set of procedures used to show the path to complete a specified task.
AD_Process_ID YVARCHAR2(32)A series of actions carried out in sequential order.
AD_Form_ID YVARCHAR2(32)The name of the form being edited.
AD_Reference_ID YVARCHAR2(32)The data type of this field.
AD_Callout_ID YVARCHAR2(32)A series of actions that occur when data is modified.
AD_Module_ID YVARCHAR2(32)Module
Object_Type YVARCHAR2(60)Type of model object
Loadonstartup YNUMBER(10, 0)null
Seqno YNUMBERThe order of records in a specified document.
Name YVARCHAR2(60)A non-unique identifier for a record/document often used as a search tool.

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):

Unique

top

Columns

Model Object

Identifies an object of the dictionary.

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

Action

The Action field indicates the Action to be performed for this element.

List values: AD_Menu Action

The allowed values for this list are:

top

Tab

Foreign key column to AD_Tab table, (column: AD_Tab_ID)

top

Java Class Name

The classname is used when generating a representation of the table in java (the entity or business object). The classname is the simplename of the class (so without the package name). Often the AD_Table.name can be used here. The combination of classname and package needs to be unique.

top

Default

The Default Checkbox indicates if this record will be used as a default value.

top

OS Task

Foreign key column to AD_Task table, (column: AD_Task_ID)

top

Workflow

Foreign key column to AD_Workflow table, (column: AD_Workflow_ID)

top

Process

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

top

Special Form

Foreign key column to AD_Form table, (column: AD_Form_ID)

top

Reference

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

top

Callout

Foreign key column to AD_Callout table, (column: AD_Callout_ID)

top

Module

Foreign key column to AD_Module table, (column: AD_Module_ID)

top

Object Type

Type of the requested model object.

List values: Model Object Type

The allowed values for this list are:

top

Load On StartUp

top

Sequence Number

The Sequence indicates the order of records

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

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.domain/AD_Model_Object"

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