Skip to main content

Window: Info Window

[Created: 17/06/2006 - Updated: 07/07/2006 ]
Description: Define Info and search/select Window
Help: The Info window is used to search and select records as well as display information relevant to the selection.

Tab: Window

[Created: 17/06/2006 - Updated: 04/01/2013 ]
Description: Info and search/select Window
Help: The Info window is used to search and select records as well as display information relevant to the selection.
Tab Level: 0

Table 10: Window - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_infowindow.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_infowindow.AD_Org_ID numeric(10)
Table Direct
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.ad_infowindow.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.ad_infowindow.Description character varying(255)
String
Comment/HelpComment or HintThe Help field contains a hint, comment or help about the use of this item.ad_infowindow.Help character varying(2000)
Text
ActiveThe record is active in the systemThere 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 reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.ad_infowindow.IsActive character(1)
Yes-No
ValidElement is validThe element passed the validation checkad_infowindow.IsValid character(1)
Yes-No
SequenceMethod of ordering records; lowest number comes firstThe Sequence indicates the order of recordsad_infowindow.SeqNo numeric(10)
Integer
Entity TypeDictionary Entity Type; Determines ownership and synchronizationThe Entity Types "Dictionary", "iDempiere" and "Application" might be automatically synchronized and customizations deleted or overwritten. For customizations, copy the entity and select "User"!ad_infowindow.EntityType character varying(40)
Table
TableDatabase Table informationThe Database Table provides the information of the table definitionad_infowindow.AD_Table_ID numeric(10)
Table Direct
Sql FROMSQL FROM clauseThe Select Clause indicates the SQL FROM clause to use for selecting the record for a measure calculation. It can have JOIN clauses. Do not include the FROM itself.ad_infowindow.FromClause character varying(2000)
Text
Sql WHEREFully qualified SQL WHERE clauseThe Where Clause indicates the SQL WHERE clause to use for record selection. The WHERE clause is added to the query. Fully qualified means "tablename.columnname".ad_infowindow.WhereClause character varying(2000)
Text
Other SQL ClauseOther SQL ClauseAny other complete clause like GROUP BY, HAVING, ORDER BY, etc. after WHERE clause.ad_infowindow.OtherClause character varying(2000)
Text
Sql ORDER BYFully qualified ORDER BY clauseThe ORDER BY Clause indicates the SQL ORDER BY clause to use for record selectionad_infowindow.OrderByClause character varying(2000)
Text
ValidateValidate Info Window SQLValidate generated Info Window SQLad_infowindow.Processing character(1)
Button
DistinctSelect Distinctad_infowindow.IsDistinct character(1)
Yes-No
DefaultDefault valueThe Default Checkbox indicates if this record will be used as a default value.ad_infowindow.IsDefault character(1)
Yes-No
Load Page NumWhen load data for info window, also load number of pagingLoad number of paging maybe affect to performance when info window is join of many tablead_infowindow.isLoadPageNum character(1)
Yes-No
Max Query RecordsIf defined, you cannot query more records as defined - the query criteria needs to be changed to query less recordsEnter the number of records a user will be able to query to avoid unnecessary system load. If 0, no restrictions are imposed.ad_infowindow.MaxQueryRecords numeric(10)
Integer
Paging Sizead_infowindow.PagingSize numeric(10)
Integer
Show in DashboardShow the dashlet in the dashboardad_infowindow.IsShowInDashboard character(1)
Yes-No
Context Helpad_infowindow.AD_CtxHelp_ID numeric(10)
Search
Image URLURL of imageURL of image; The image is not stored in the database, but retrieved at runtime. The image can be a gif, jpeg or png.ad_infowindow.ImageURL character varying(120)
String
WindowData entry or display windowThe Window field identifies a unique Window in the system.ad_infowindow.AD_Window_ID numeric(10)
Table Direct
PO WindowPurchase Order WindowWindow for Purchase Order (AP) Zoomsad_infowindow.PO_Window_ID numeric(10)
Table

Tab: Column

[Created: 17/06/2006 - Updated: 01/01/2013 ]
Description: Info Window Column
Help: Column in the Info Window for display and/or selection. If used for selection, the column cannot be a SQL expression. The SQL clause must be fully qualified based on the FROM clause in the Info Window definition
Tab Level: 1

Table 20: Column - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
Info WindowInfo and search/select WindowThe Info window is used to search and select records as well as display information relevant to the selection.ad_infocolumn.AD_InfoWindow_ID numeric(10)
Table Direct
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_infocolumn.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_infocolumn.AD_Org_ID numeric(10)
Table Direct
System ElementSystem Element enables the central maintenance of column description and help.The System Element allows for the central maintenance of help, descriptions and terminology for a database column.ad_infocolumn.AD_Element_ID numeric(10)
Search
DB Column NameName of the column in the databaseThe Column Name indicates the name of a column on a table as defined in the database.ad_infocolumn.ColumnName character varying(63)
String
SequenceMethod of ordering records; lowest number comes firstThe Sequence indicates the order of recordsad_infocolumn.SeqNo numeric(10)
Integer
Sql SELECTSQL SELECT clauseThe Select Clause indicates the SQL SELECT clause to use for selecting the record for a measure calculation. Do not include the SELECT itself.ad_infocolumn.SelectClause character varying(2000)
String
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.ad_infocolumn.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.ad_infocolumn.Description character varying(255)
String
Comment/HelpComment or HintThe Help field contains a hint, comment or help about the use of this item.ad_infocolumn.Help character varying(2000)
Text
Placeholderad_infocolumn.Placeholder character varying(255)
String
ActiveThe record is active in the systemThere 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 reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.ad_infocolumn.IsActive character(1)
Yes-No
DisplayedDetermines, if this field is displayedIf the field is displayed, the field Display Logic will determine at runtime, if it is actually displayedad_infocolumn.IsDisplayed character(1)
Yes-No
Query CriteriaThe column is also used as a query criteriaThe column is used to enter queries - the SQL cannot be an expressionad_infocolumn.IsQueryCriteria character(1)
Yes-No
Centrally maintainedInformation maintained in System Element tableThe Centrally Maintained checkbox indicates if the Name, Description and Help maintained in 'System Element' table or 'Window' table.ad_infocolumn.IsCentrallyMaintained character(1)
Yes-No
MandatoryData entry is required in this columnThe field must have a value for the record to be saved to the database.ad_infocolumn.IsMandatory character(1)
Yes-No
Query After ChangeIssues a query request after the user has made changes to the fieldad_infocolumn.IsQueryAfterChange character(1)
Yes-No
Read OnlyField is read onlyThe Read Only indicates that this field may only be Read. It may not be updated.ad_infocolumn.IsReadOnly character(1)
Yes-No
IdentifierThis column is part of the record identifierThe Identifier checkbox indicates that this column is part of the identifier or key for this table.ad_infocolumn.IsIdentifier character(1)
Yes-No
Key columnThis column is the key in this tableThe key column must also be display sequence 0 in the field definition and may be hidden.ad_infocolumn.IsKey character(1)
Yes-No
Selection Column SequenceSelection Column SequenceFor ordering sequence of selection columnad_infocolumn.SeqNoSelection numeric(10)
Integer
Display LogicIf the Field is displayed, the result determines if the field is actually displayedformat := {expression} [{logic} {expression}] expression := @{context}@{operand}{value} or @{context}@{operand}{value} logic := {}
Default LogicDefault value hierarchy, separated by ;The defaults are evaluated in the order of definition, the first not null value becomes the default value of the column. The values are separated by comma or semicolon. a) Literals:. 'Text' or 123 b) Variables - in format @Variable@ - Login e.g. #Date, #AD_Org_ID, #AD_Tenant_ID - Accounting Schema: e.g. , - Global defaults: e.g. DateFormat - Window values (all Picks, CheckBoxes, RadioButtons, and DateDoc/DateAcct) c) SQL code with the tag: @SQL=SELECT something AS DefaultValue FROM ... The SQL statement can contain variables. There can be no other value other than the SQL statement. The default is only evaluated, if no user preference is defined. Default definitions are ignored for record columns as Key, Parent, Tenant as well as Buttons.ad_infocolumn.DefaultValue character varying(2000)
String
Query OperatorOperator for database queryad_infocolumn.QueryOperator character varying(10)
List
Query FunctionDatabase function for queryDatabase function for user query. If the database function takes more than just the column name parameter, use ? to indicate where the column name should goes to. E.g: Upper, Trunc and To_Char(?,'MM')ad_infocolumn.QueryFunction character varying(255)
String
RangeThe parameter is a range of valuesThe Range checkbox indicates that this parameter is a range of values.ad_infocolumn.IsRange character(1)
Yes-No
Default Logic 2Default value hierarchy, separated by ;The defaults are evaluated in the order of definition, the first not null value becomes the default value of the column. The values are separated by comma or semicolon. a) Literals:. 'Text' or 123 b) Variables - in format @Variable@ - Login e.g. #Date, #AD_Org_ID, #AD_Tenant_ID - Accounting Schema: e.g. , - Global defaults: e.g. DateFormat - Window values (all Picks, CheckBoxes, RadioButtons, and DateDoc/DateAcct) c) SQL code with the tag: @SQL=SELECT something AS DefaultValue FROM ... The SQL statement can contain variables. There can be no other value other than the SQL statement. The default is only evaluated, if no user preference is defined. Default definitions are ignored for record columns as Key, Parent, Tenant as well as Buttons.ad_infocolumn.DefaultValue2 character varying(2000)
String
Placeholder2ad_infocolumn.Placeholder2 character varying(255)
String
ReferenceSystem Reference and ValidationThe Reference could be a display type, list or table validation.ad_infocolumn.AD_Reference_ID numeric(10)
Table
Reference KeyRequired to specify, if data type is Table or ListThe Reference Value indicates where the reference values are stored. It must be specified if the data type is Table or List.ad_infocolumn.AD_Reference_Value_ID numeric(10)
Table
Dynamic ValidationDynamic Validation RuleThese rules define how an entry is determined to valid. You can use variables for dynamic (context sensitive) validation.ad_infocolumn.AD_Val_Rule_ID numeric(10)
Table Direct
Entity TypeDictionary Entity Type; Determines ownership and synchronizationThe Entity Types "Dictionary", "iDempiere" and "Application" might be automatically synchronized and customizations deleted or overwritten. For customizations, copy the entity and select "User"!ad_infocolumn.EntityType character varying(40)
Table
Input field validationInput field validation queryInput field validation queryad_infocolumn.InputFieldValidation character varying(2000)
Text
Field StyleField CSS Stylead_infocolumn.AD_FieldStyle_ID numeric(10)
Table
Auto completeAutomatic completion for text fieldsThe autocompletion uses all existing values (from the same tenant and organization) of the field.ad_infocolumn.IsAutocomplete character(1)
Yes-No

Tab: Column Translation

[Created: 17/06/2006 - Updated: 27/10/2024 ]
Description: Infow Window Column Translation
Help:
Tab Level: 2

Table 30: Column Translation - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_infocolumn_trl.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_infocolumn_trl.AD_Org_ID numeric(10)
Table Direct
Info ColumnInfo Window ColumnColumn in the Info Window for display and/or selection. If used for selection, the column cannot be a SQL expression. The SQL clause must be fully qualified based on the FROM clause in the Info Window definitionad_infocolumn_trl.AD_InfoColumn_ID numeric(10)
Table Direct
LanguageLanguage for this entityThe Language identifies the language to use for display and formattingad_infocolumn_trl.AD_Language character varying(6)
Table
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.ad_infocolumn_trl.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.ad_infocolumn_trl.Description character varying(255)
String
Comment/HelpComment or HintThe Help field contains a hint, comment or help about the use of this item.ad_infocolumn_trl.Help character varying(2000)
Text
Placeholderad_infocolumn_trl.Placeholder character varying(255)
String
Placeholder2ad_infocolumn_trl.Placeholder2 character varying(255)
String
TranslatedThis column is translatedThe Translated checkbox indicates if this column is translated.ad_infocolumn_trl.IsTranslated character(1)
Yes-No

Tab: Window Translation

[Created: 17/06/2006 - Updated: 27/10/2024 ]
Description: Info Window Translation
Help:
Tab Level: 1

Table 40: Window Translation - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_infowindow_trl.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_infowindow_trl.AD_Org_ID numeric(10)
Table Direct
Info WindowInfo and search/select WindowThe Info window is used to search and select records as well as display information relevant to the selection.ad_infowindow_trl.AD_InfoWindow_ID numeric(10)
Table Direct
LanguageLanguage for this entityThe Language identifies the language to use for display and formattingad_infowindow_trl.AD_Language character varying(6)
Table
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.ad_infowindow_trl.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.ad_infowindow_trl.Description character varying(255)
String
Comment/HelpComment or HintThe Help field contains a hint, comment or help about the use of this item.ad_infowindow_trl.Help character varying(2000)
Text
TranslatedThis column is translatedThe Translated checkbox indicates if this column is translated.ad_infowindow_trl.IsTranslated character(1)
Yes-No

[Created: 06/07/2013 - Updated: 26/01/2014 ]
Description:
Help:
Tab Level: 1

Table 50: Related Info Window - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_inforelated.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_inforelated.AD_Org_ID numeric(10)
Table Direct
ActiveThe record is active in the systemThere 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 reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.ad_inforelated.IsActive character(1)
Yes-No
Info WindowInfo and search/select WindowThe Info window is used to search and select records as well as display information relevant to the selection.ad_inforelated.AD_InfoWindow_ID numeric(10)
Table Direct
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.ad_inforelated.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.ad_inforelated.Description character varying(255)
String
Comment/HelpComment or HintThe Help field contains a hint, comment or help about the use of this item.ad_inforelated.Help character varying(2000)
Text
Related Info Windowad_inforelated.RelatedInfo_ID numeric(10)
Table
Related Info Columnad_inforelated.RelatedColumn_ID numeric(10)
Table
Parent Related Columncolumn in parent info window, link with column in this relate infodefault column RelatedColumn in Relate Info window will link with key column of main info windowcolumn define in ParentRelatedColumn will replace key columnad_inforelated.ParentRelatedColumn_ID numeric(10)
Table
SequenceMethod of ordering records; lowest number comes firstThe Sequence indicates the order of recordsad_inforelated.SeqNo numeric(10)
Integer
Entity TypeDictionary Entity Type; Determines ownership and synchronizationThe Entity Types "Dictionary", "iDempiere" and "Application" might be automatically synchronized and customizations deleted or overwritten. For customizations, copy the entity and select "User"!ad_inforelated.EntityType character varying(40)
Table
Display LogicIf the Field is displayed, the result determines if the field is actually displayedformat := {expression} [{logic} {expression}] expression := @{context}@{operand}{value} or @{context}@{operand}{value} logic := {}

Tab: Process

[Created: 26/05/2014 - Updated: 26/05/2014 ]
Description:
Help:
Tab Level: 1

Table 60: Process - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_infoprocess.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_infoprocess.AD_Org_ID numeric(10)
Table Direct
Info WindowInfo and search/select WindowThe Info window is used to search and select records as well as display information relevant to the selection.ad_infoprocess.AD_InfoWindow_ID numeric(10)
Table Direct
Image URLURL of imageURL of image; The image is not stored in the database, but retrieved at runtime. The image can be a gif, jpeg or png.ad_infoprocess.ImageURL character varying(120)
String
ProcessProcess or ReportThe Process field identifies a unique Process or Report in the system.ad_infoprocess.AD_Process_ID numeric(10)
Table Direct
SequenceMethod of ordering records; lowest number comes firstThe Sequence indicates the order of recordsad_infoprocess.SeqNo numeric(10)
Integer
Layout TypeLayout type of info processProcess info can display as button, list, menuad_infoprocess.LayoutType character varying(10)
Radio Group List
ViewID ColumnName of unique column in a view. value of this column will save to t_selection tableColumn to resolve issue in https://idempiere.atlassian.net/browse/IDEMPIERE-1970ad_infoprocess.AD_InfoColumn_ID numeric(10)
Table Direct
Display LogicIf the Field is displayed, the result determines if the field is actually displayedformat := {expression} [{logic} {expression}] expression := @{context}@{operand}{value} or @{context}@{operand}{value} logic := {}
ActiveThe record is active in the systemThere 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 reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.ad_infoprocess.IsActive character(1)
Yes-No
Entity TypeDictionary Entity Type; Determines ownership and synchronizationThe Entity Types "Dictionary", "iDempiere" and "Application" might be automatically synchronized and customizations deleted or overwritten. For customizations, copy the entity and select "User"!ad_infoprocess.EntityType character varying(40)
Table

Tab: Role Access

[Created: 03/06/2014 - Updated: 03/06/2014 ]
Description:
Help:
Tab Level: 1

Table 70: Role Access - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_infowindow_access.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_infowindow_access.AD_Org_ID numeric(10)
Table Direct
RoleResponsibility RoleThe Role determines security and access a user who has this Role will have in the System.ad_infowindow_access.AD_Role_ID numeric(10)
Table Direct
Info WindowInfo and search/select WindowThe Info window is used to search and select records as well as display information relevant to the selection.ad_infowindow_access.AD_InfoWindow_ID numeric(10)
Table Direct
ActiveThe record is active in the systemThere 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 reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.ad_infowindow_access.IsActive character(1)
Yes-No