NF1.0 Info Window

From iDempiere en

Feature: Info Window

Goal: Usability

Contributors: User:hengsin

Sponsor: Trek Global

Video: http://www.youtube.com/watch?v=quiG5nlZQ0Y by Jan.thielemann - evenos Consulting GmbH

Description:

  • Allow definition of info window for any table without any Java coding.
  • Allow opening of info window from application menu.
  • Allow a field to specify which info window to used.
  • Now extended with Process button - NF3.0_Process_on_Info_Window

Info Window

NF001 InfoWindowHeader.png

  1. The table that the info window definition is created for.
  2. SQL From clause ( without the FROM keyword ) including any inner and outer join necessary to build the info window result set. To avoid runtime parsing error, you must define a unique alias for each table, use upper case for SQL keyword and always leave space before and after a SQL keyword.
  3. Optional static SQL Where clause for this info window ( without the WHERE keyword )
  4. Order by clause ( without the ORDER BY keyword ). You must always use fully qualified column name here, for e.g p.M_Product_ID instead of just M_Product_ID.
  5. Other SQL Clause, optional. Typical use is for group by.
  6. Checked this if SELECT DISTINCT is needed. Note that the use of SELECT DISTINCT will introduce performance overhead.
  7. Checked this if this is the default info window for a table. The system will ensured there's only one default info window per table.
  8. Run the validate process after you have completed the info window definition ( including all the columns ).

Info Column

NF001 InfoWindowInfoColumn.png

  1. System element for this info column. The system will copy all relevant AD_Column setting over if the DB Column Name belongs to one of the table from the From Clause.
  2. Database Column Name. This is used to return selected row's data to the caller context if the display checkbox for this column is set to on.
  3. This is used to build the info window's complete SQL select clause if Displayed is set to on. If Query Criteria is set to on then it will be used to build the search clause. Enter a value of 0 if you need a Query Criteria that's only used to update the info window's context variables.
  4. Displayed column will be used to build the info window's result grid.
  5. Displayed column sequence. Also served as the query criteria column sequence if selection column sequence is set to zero.
  6. Query Criteria column will be used to build the info window's query panel.
  7. Identifier column will be used to matched against the value that user have entered into the textbox of a search field. For e.g, a product search key that user have enter into a order line's product field.
  8. Query criteria column sequence.
  9. Display logic for displayed and query criteria column.
  10. SQL operator for query criteria column.
  11. Optional SQL function for query criteria column. If the SQL function takes more than one argument, use ? as place holder for this column, for e,g "To_Char(?,'DD')"
  12. Reference type for this column. Use for both displayed and query criteria.
  13. Checked this if name, description and help text should be synchronized with what's defined at the associated system element record.

Column Display Logic Example

NF001 InfoWindowColumnDisplayLogic.png

Query Criteria Display Logic Example

NF001 InfoWindowQueryCriteriaDisplayLogic.png

Select Clause Variable Example

NF001 InfoWindowSQLSelectVariable.png

Reference Key Example

  • Create table reference

NF001 InfoWindowReference.png

  • As reference key for search field

NF001 InfoWindowReferenceKey.png

Menu Example

NF001 InfoWindowMenu.png

Technical Info: IDEMPIERE-325

Cookies help us deliver our services. By using our services, you agree to our use of cookies.