NF2.1 Zoom From URL
From iDempiere en
Feature: Zoom from URL
Goal: Usability
Description:
Now you can pass parameters directly to the URL and zoom into a specific window or a record within a window.
The parameters that URL receives are:
- Action: at this moment you need to define Action=Zoom, in future more actions can be implemented
- Table: you can pass one of the following parameters to indicate the table to be zoomed in
- AD_Table_ID: You can pass the table ID and the zoom will be discovered based on the usual rules
- TableName: Or you can optionally pass the table name
- Record_ID: Optionally you can pass a Record_ID to zoom directly
Examples:
- Open iDempiere and navigate to product "Azalea Bush" (using TableName=M_Product)
- Open iDempiere and navigate to the order containing the order line with ID 102 (using AD_Table_ID=260 which is C_OrderLine)
- Open iDempiere and navigate to the Business Partner window (using AD_Table_ID=291 which is C_BPartner)
- Open iDempiere and navigate to the Business Partner window (using TableName)
Technical Info: IDEMPIERE-2334