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

ERP/3.0/Developers Guide/Database Model/org.openbravo.client.application/OBUIAPP GC Tab

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.client.application


Contents

OBUIAPP_GC_Tab

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.

Allowfilterbyidentifier No VARCHAR (60) If this flag is checked, then the user can filter foreign keys either by selecting some options from the filter drop down or by entering text manually. If this flag is unchecked, then the foreign keys would only be filterable by selecting some options from the filter drop down, which has better performance.
AllowSummaryFunctions No VARCHAR (60) If this flag is enabled then the user can add summary functions into the grid, by using the column header context menu. If not enabled, then the summary functions menu will not be available.
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.
Disablefkcombo No VARCHAR (60) If this flag is checked, the foreign key combo will be disabled and the column will be filtered like a standard text column
Filterable No VARCHAR (60) If it is set, it will overwrite the system defaults.
Isfkdropdownunfiltered No VARCHAR (60) If this flag if checked, the filter drop down will show the rows from the referenced table unfiltered by specific rows being referenced in the referencing table. The filters entered by the user in the grid filter editor will be applied.
IsLazyFiltering No VARCHAR (60) If it is set, the grid won't perform a filter and/or a sorting action until the 'Apply Filters' button be pressed. In the same way, the summary functions present in the grid won't be recalculated until this button be pressed.
Obuiapp_Gc_Tab_ID No VARCHAR (32)
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.
Seqno No DECIMAL (10,0) The grid configuration which has the highest sequence number will be the one which applies.
Showstoredates No VARCHAR (60) If this flag is enabled, the store local dates of creation and modification will appear as part of the audit info in the grid and the list views. If not enabled, those field will not appear.
Sortable No VARCHAR (60) If it is set, it will overwrite the system defaults.
AD_Tab_ID No VARCHAR (32) The Tab indicates a tab that displays within a window.
Text_Filter_Behavior No VARCHAR (60) Defines the kind of filter (iContains, iStartsWith, etc) that will be applied to this item. It only works with text fields.
Threshold_To_Filter Yes DECIMAL Threshold in miliseconds to trigger the filter on text fields
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.
Filteronchange No VARCHAR (60) If this flag is checked, text columns will trigger a filter each time its content changes.

Columns

Active



top


AllowFilterByIdentifier


List values: Yes/No/Default

The allowed values for this list are:

top


AllowSummaryFunctions


List values: Yes/No/Default

The allowed values for this list are:

top


Client


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

top


Created By


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

top


Creation Date



top


DisableFkCombo


List values: Yes/No/Default

The allowed values for this list are:

top


Filterable


List values: Yes/No/Default

The allowed values for this list are:

top


IsFkDropDownUnfiltered


List values: Yes/No/Default

The allowed values for this list are:

top


IsLazyFiltering


List values: Yes/No/Default

The allowed values for this list are:

top


Obuiapp_Gc_Tab_ID



top


Organization


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

top


Seqno


Callout: GC_SequenceNumber_Callout

This column has a callout associated. This callout checks if there are grid configurations with the same sequence number, if it is true, a warning message will be shown. It is implemented by [1] Java Class.

top


Showstoredates


List values: Yes/No/Default

The allowed values for this list are:

top


Sortable


List values: Yes/No/Default

The allowed values for this list are:

top


Tab

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

Callout: GC_SequenceNumber_Callout

This column has a callout associated. This callout checks if there are grid configurations with the same sequence number, if it is true, a warning message will be shown. It is implemented by [2] Java Class.

top


Text Filter Behavior


List values: Text Filter Behavior (Window/Tab/Field)

The allowed values for this list are:

top


Threshold To Filter



top


Updated



top


Updated By


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

top


filterOnChange


List values: Yes/No/Default

The allowed values for this list are:

top


Other Info

Back button.png   Back to org.openbravo.client.application

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Database_Model/org.openbravo.client.application/OBUIAPP_GC_Tab"

This page has been accessed 3,158 times. This page was last modified on 15 November 2023, at 09:35. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.