Open page in New tab

0
Hi Team,   I need to open the page contains Data view in new tab while clicking on the button from another page. I have seen options in forum like we can use URL redirector, but the problem  is page URL contains {Id} , Unique Identifier field. I’m not sure how to get the unique identifier of the page dynamically and Pass as input to URL Redirector widget.   Can anyone please help on this.   Thanks & Regards, Balaji S
asked
2 answers
0

Hi Balaji,

You could use the community commons module and use the java action getGUID to retrieve the unique identifier for your object.

https://marketplace.mendix.com/link/component/170

Hope this helps!

answered
0

 

Hi Sekar,

 

Have you tried this method? 

1. You need to take a button widget, and on click call, open link and address use your link.

      2.  You can select the URL attribute. 

  1.  

 

answered