Tab
AD_Tab
Tab within a Window
Overview
| Table Name | AD_Tab |
|---|---|
| Access Level | System Only |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_ColumnSortOrder |
| Wiki | View on iDempiere Wiki |
Columns (47)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
AD_ColumnSortOrder_ID |
Table(22) | No | - | Column determining the order |
AD_ColumnSortYesNo_ID |
Table(22) | No | - | Column determining if a Table Column is included in Ordering |
AD_CtxHelp_ID |
Search(10) | No | - | - |
AD_Image_ID |
Search(22) | No | - | System Image or Icon |
AD_TabType |
List(40) | No | - | Defines Tab Type |
DeleteConfirmationLogic |
String(255) | No | - | - |
EntityType |
Table(40) | Yes | @SQL=SELECT CASE WHEN '@P|AdempiereSys:N@'='Y' THEN 'D' ELSE get_sysconfig('DEFAULT_ENTITYTYPE','U',0,0) END FROM Dual | Dictionary Entity Type; Determines ownership and synchronization |
ImportFields |
Button(1) | No | - | Create Fields from Table Columns |
Included_Tab_ID |
Table(22) | No | - | Included Tab in this Tab (Master Dateail) |
IsAllowAdvancedLookup |
Yes-No(1) | No | 'Y' | - |
IsHighVolume |
List(1) | No | - | Use Search instead of Pick list |
IsLookupOnlySelection |
Yes-No(1) | No | 'N' | When defined to true Lookup panel will display only selection columns. Default to false. |
IsSortTab |
Yes-No(1) | Yes | N | The Tab determines the Order |
MaxQueryRecords |
Integer(10) | No | 0 | If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records |
Parent_Column_ID |
Table(22) | No | - | The link column on the parent tab. |
TabLevel |
Integer(22) | Yes | - | Hierarchical Tab Level (0 = top) |
TreeDisplayedOn |
List(1) | Yes | B | The tree can be displayed on master tab, detail tab or both |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
AD_Window_ID |
Search(22) | Yes | - | Data entry or display window |
AD_Client_ID |
Table Direct(22) | Yes | @AD_Client_ID@ | Tenant for this installation. |
AD_Column_ID |
Table Direct(22) | No | - | Column in the table |
AD_Org_ID |
Table Direct(22) | Yes | @AD_Org_ID@ | Organizational entity within tenant |
AD_Process_ID |
Table Direct(22) | No | - | Process or Report |
AD_Tab_ID |
ID(22) | Yes | - | Tab within a Window |
AD_Table_ID |
Table Direct(22) | Yes | - | Database Table information |
AD_Tab_UU |
String(36) | No | - | - |
CommitWarning |
Text(2000) | No | - | Warning displayed when saving |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
Description |
String(255) | No | - | Optional short description of the record |
DisplayLogic |
String(2000) | No | - | If the Field is displayed, the result determines if the field is actually displayed |
HasTree |
Yes-No(1) | Yes | - | Window has Tree Graph |
Help |
Text(2000) | No | - | Comment or Hint |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
IsAdvancedTab |
Yes-No(1) | Yes | N | This Tab contains advanced Functionality |
IsInfoTab |
Yes-No(1) | No | - | This Tab contains accounting information |
IsInsertRecord |
Yes-No(1) | Yes | Y | The user can insert a new Record |
IsReadOnly |
Yes-No(1) | Yes | - | Field is read only |
IsSingleRow |
Yes-No(1) | Yes | Y | Default for toggle between Single- and Multi-Row (Grid) Layout |
IsTranslationTab |
Yes-No(1) | Yes | - | This Tab contains translation information |
OrderByClause |
String(2000) | No | - | Fully qualified ORDER BY clause |
Processing |
Button(1) | No | - | - |
ReadOnlyLogic |
String(2000) | No | - | Logic to determine if field is read only (applies only when field is read-write) |
SeqNo |
Integer(22) | Yes | @SQL=SELECT COALESCE(MAX(SeqNo),0)+10 AS DefaultValue FROM AD_Tab WHERE AD_Window_ID=@AD_Window_ID@ | Method of ordering records; lowest number comes first |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
WhereClause |
String(2000) | No | - | Fully qualified SQL WHERE clause |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_ColumnSortOrder_ID |
AD_ColumnSortOrder.AD_ColumnSortOrder_ID | Column determining the order |
AD_ColumnSortYesNo_ID |
AD_ColumnSortYesNo.AD_ColumnSortYesNo_ID | Column determining if a Table Column is included in Ordering |
AD_CtxHelp_ID |
AD_CtxHelp.AD_CtxHelp_ID | - |
AD_Image_ID |
AD_Image.AD_Image_ID | System Image or Icon |
Included_Tab_ID |
Included_Tab.Included_Tab_ID | Included Tab in this Tab (Master Dateail) |
Parent_Column_ID |
Parent_Column.Parent_Column_ID | The link column on the parent tab. |
AD_Window_ID |
AD_Window.AD_Window_ID | Data entry or display window |
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Column_ID |
AD_Column.AD_Column_ID | Column in the table |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
AD_Process_ID |
AD_Process.AD_Process_ID | Process or Report |
AD_Table_ID |
AD_Table.AD_Table_ID | Database Table information |
Generated on 2026-05-03T15:23:33.040371137Z