ERP/3.0/Developers Guide/Database Model/org.openbravo.client.application/OBUIAPP GC Tab
OBUIAPP_GC_Tab
- Name:OBUIAPP_GC_Tab
- Classname: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. |
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
- Physical column name: Isactive
- Property Name: active
- Reference: YesNo
- Default value: Y
AllowFilterByIdentifier
- Physical column name: Allowfilterbyidentifier
- Property Name: allowFilterByIdentifier
- Reference: List
- Default value: D
List values: Yes/No/Default
The allowed values for this list are:
- D (Default)
- Y (Yes)
- N (No)
AllowSummaryFunctions
- Physical column name: AllowSummaryFunctions
- Property Name: allowSummaryFunctions
- Reference: List
- Default value: D
List values: Yes/No/Default
The allowed values for this list are:
- D (Default)
- Y (Yes)
- N (No)
Client
- Physical column name: AD_Client_ID
- Property Name: client
- Reference: TableDir
Foreign key column to AD_Client table, (column: AD_Client_ID)
Created By
- Physical column name: Createdby
- Property Name: createdBy
- Reference: Search
Foreign key column to AD_User table, (column: AD_User_ID)
Creation Date
- Physical column name: Created
- Property Name: creationDate
- Reference: DateTime
DisableFkCombo
- Physical column name: Disablefkcombo
- Property Name: disableFkCombo
- Reference: List
- Default value: D
List values: Yes/No/Default
The allowed values for this list are:
- D (Default)
- Y (Yes)
- N (No)
Filterable
- Physical column name: Filterable
- Property Name: filterable
- Reference: List
- Default value: D
List values: Yes/No/Default
The allowed values for this list are:
- D (Default)
- Y (Yes)
- N (No)
IsFkDropDownUnfiltered
- Physical column name: Isfkdropdownunfiltered
- Property Name: isFkDropDownUnfiltered
- Reference: List
- Default value: D
List values: Yes/No/Default
The allowed values for this list are:
- D (Default)
- Y (Yes)
- N (No)
IsLazyFiltering
- Physical column name: IsLazyFiltering
- Property Name: isLazyFiltering
- Reference: List
- Default value: D
List values: Yes/No/Default
The allowed values for this list are:
- D (Default)
- Y (Yes)
- N (No)
Obuiapp_Gc_Tab_ID
- Physical column name: Obuiapp_Gc_Tab_ID
- Property Name: id
- Reference: ID
Organization
- Physical column name: AD_Org_ID
- Property Name: organization
- Reference: TableDir
Foreign key column to AD_Org table, (column: AD_Org_ID)
Seqno
- Physical column name: Seqno
- Property Name: seqno
- Reference: Integer
- Default value: 10
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.
Sortable
- Physical column name: Sortable
- Property Name: sortable
- Reference: List
- Default value: D
List values: Yes/No/Default
The allowed values for this list are:
- D (Default)
- Y (Yes)
- N (No)
Tab
- Physical column name: AD_Tab_ID
- Property Name: tab
- Reference: TableDir
- This column is part of the table's identifier
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.
Text Filter Behavior
- Physical column name: Text_Filter_Behavior
- Property Name: textFilterBehavior
- Reference: List
- Default value: D
List values: Text Filter Behavior (Window/Tab/Field)
The allowed values for this list are:
- D (Default)
- IC (iContains)
- IS (iStartsWith)
- IE (iEquals)
- C (contains)
- S (startsWith)
- E (equals)
Threshold To Filter
- Physical column name: Threshold_To_Filter
- Property Name: thresholdToFilter
- Reference: Integer
Updated
- Physical column name: Updated
- Property Name: updated
- Reference: DateTime
Updated By
- Physical column name: Updatedby
- Property Name: updatedBy
- Reference: Search
Foreign key column to AD_User table, (column: AD_User_ID)
filterOnChange
- Physical column name: Filteronchange
- Property Name: filterOnChange
- Reference: List
- Default value: D
List values: Yes/No/Default
The allowed values for this list are:
- D (Default)
- Y (Yes)
- N (No)
Other Info
![]() | Back to org.openbravo.client.application |