Hyperlink data search

83 views
Skip to first unread message

Niraj Joshi

unread,
Nov 26, 2021, 1:03:54 AM11/26/21
to iDempiere
Hello,
I want to create a hyperlink that can forward me to the window that corresponds to the hyperlink (for example PurchaseOrder Count: 35 ) and clicking on it would open 35 of the data in the window.
Can anyone provide me with some structured code or suggest any reference that I can see and use it?

muri...@devcoffee.com.br

unread,
Nov 26, 2021, 10:02:28 AM11/26/21
to iDempiere
Hi,

I think that the Permalink does what you want. You can find it at record dialog :

Captura de Tela 2021-11-26 às 12.01.34.png

Niraj Joshi

unread,
Nov 27, 2021, 11:14:02 PM11/27/21
to iDempiere
Is there any way to open the record in the same window but a different menu not in another window of a browser?
and how do I handle multiple records?
What I am trying to do is find the number of the purchase orders that have been completed that results in (i.e 35) and click on it would open 35 records only just like in the search window; I am trying to keep this in the dashboard

Heng Sin Low

unread,
Nov 28, 2021, 12:17:57 AM11/28/21
to idem...@googlegroups.com
You can create process or custom toolbar button to do that (use the AEnv.zoom method)

--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/045a0d7f-481a-47d3-9809-5defdfab5042n%40googlegroups.com.

Niraj Joshi

unread,
Nov 28, 2021, 2:02:12 AM11/28/21
to iDempiere
I used AEnv.zoom method like this AEnv.zoom(1000156, values) in a loop where record_id are assigned to values; this made each data open a new window (1/1) but I want to make it in a single window (1/values.length)

Heng Sin Low

unread,
Nov 28, 2021, 3:59:26 AM11/28/21
to idem...@googlegroups.com
Use AEnv.zoom(windowid, mquery) instead.

Reply all
Reply to author
Forward
0 new messages