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

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

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_System

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 CHAR (1) 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 CHAR (1) 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.
AllowTransactionalFilters No CHAR (1) If this flag is enabled then the transactional filters will be enabled. A transactional filter is the filter that is applied by default when a transactional window is accessed. It filters all the documents with status Draft or which date is in the defined "Transaction Range". If not enabled. then all the transactional filters will be disabled.
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 CHAR (1) If this flag is checked, the foreign key combo will be disabled and the column will be filtered like a standard text column
IsFilterable No CHAR (1) It defines it the filter is allowed. If it is set, all the elements within the system will take this value as the default one.
Isfkdropdownunfiltered No CHAR (1) 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 CHAR (1) 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_System_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.
IsSortable No CHAR (1) It defines it the sort is allowed. If it is set, all the elements within the system will take this value as the default one.
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 No 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 CHAR (1) If this flag is checked, text columns will trigger a filter each time its content changes.

Columns

Active



top


AllowFilterByIdentifier



top


AllowSummaryFunctions



top


AllowTransactionalFilters



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



top


Filterable



top


IsFkDropDownUnfiltered



top


IsLazyFiltering



top


Obuiapp_GC_System_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


Sortable



top


Text Filter Behavior


List values: Text Filter Behavior (System)

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



top


Other Info

Check Constraints

These are the check constraints for this table:

top

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_System"

This page has been accessed 2,920 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.