Open Page in New Tab

0
Hello Experts,   I have a scenario to open pages from data grid in a new tab using deep link. Each object has deep link stored with it, but open link action from data grid doesn’t seem to work. Is there any way to accomplish this.   Thank You
asked
3 answers
2

Hey Amal,

I am not sure, how to do it in datagrid, but you can achieve this in datagrid 2 as well as list view,

Then on click you can use a nanoflow and then open the URL.

 

Hope it helps!

answered
0

In datagrid (1) you can only have button's on top of the list.

You could configure a generic button on top that takes the selected row as input and based on that input knows how to link to the deeplink.

 

Within the datagrid2 module, you can have buttons inside the table view .

answered
0

Hi All,

Updating answer as issue was resolved, 

-Wrap your data grid in a data view that returns an object, add a button on grid that accepts the above object.

-Make the button call a microflow that changes the object with deep link of the object from data grid you want and refresh the object.

-Place another data view above the data grid that calls a nanoflow and add a javascript action that contains code to open in new tab.

 

That’s it...

answered