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

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

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_Field

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.
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
AD_Field_ID No VARCHAR (32) The Field identifies a field on a database table.
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.
Obuiapp_Gc_Field_ID No VARCHAR (32)
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.
Sortable No VARCHAR (60) If it is set, it will overwrite the system defaults.
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


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


Field

Foreign key column to AD_Field table, (column: AD_Field_ID) It has a validation "AD_AllFieldsOfATab", with the following code

AD_Field.AD_Tab_ID=@AD_Tab_ID@

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


Obuiapp_Gc_Field_ID



top


Obuiapp_Gc_Tab_ID


Foreign key column to OBUIAPP_GC_Tab table, (column: Obuiapp_Gc_Tab_ID)

top


Organization


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

top


Sortable


List values: Yes/No/Default

The allowed values for this list are:

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

Indices

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

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

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