ERP/3.0/Developers Guide/Database Model/org.openbravo.client.application/OBUIAPP GC Field
OBUIAPP_GC_Field
- Name:OBUIAPP_GC_Field
- Classname: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
- 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)
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)
Field
- Physical column name: AD_Field_ID
- Property Name: field
- Reference: TableDir
- This column is part of the table's identifier
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@
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)
Obuiapp_Gc_Field_ID
- Physical column name: Obuiapp_Gc_Field_ID
- Property Name: id
- Reference: ID
Obuiapp_Gc_Tab_ID
- Physical column name: Obuiapp_Gc_Tab_ID
- Property Name: obuiappGcTab
- Reference: TableDir
- This column is a child for a business object (is Parent)
Foreign key column to OBUIAPP_GC_Tab table, (column: Obuiapp_Gc_Tab_ID)
Organization
- Physical column name: AD_Org_ID
- Property Name: organization
- Reference: TableDir
Foreign key column to AD_Org table, (column: AD_Org_ID)
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)
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
Indices
These are the indices for this table (for each index there is a list of all the columns included within it):
- OBUIAPP_GC_FIELD_TAB_IDX Not Unique. Columns:
- OBUIAPP_GC_TAB_ID
![]() | Back to org.openbravo.client.application |