This topic is locked

Navigating to Specific Dashboard Record

8/24/2017 12:18:39 PM
PHPRunner General questions
K
koenigp author

So I am able to have links in child list that when clicked you can jump to a page easy enough as shown below. The code is in a custom field setting and I have that all figured and working.
"http://xxxx/parts/pn_list.php?q=(PNPartNumber~equals~290028)";
What I want to do is be able to jump to a dashboard record but so far haven't found a way to do that.
Trying the same thing like above doesn't do any filtering. It just opens the dashboard to the default view.
"http://xxxx/parts/Item_Dashboard_dashboard.php?q=(PNPartNumber~equals~290028)";
Any help is greatly appreciated.
Thanks-
Paul

Y
YCH 10/18/2017

I have the same request. Any help in this issue is welcome.