[SOLVED] Â Alternate List Page |
1/25/2020 7:35:28 PM |
PHPRunner General questions | |
D
druck281 author
I have two different Master pages that show details from the same table. Depending on which master page the user is on, I want to direct them to a specific list page for the detail records (which will display different fields). I have created two separate list pages as described in |
|
J
|
John 1/25/2020 |
Take a look menu modifications section in the documentation |
D
|
druck281 author 1/25/2020 |
Take a look menu modifications section in the documentation See https://xlinesoft.com/phprunner/docs/add_a_user_profile_link_to_the_menu.htm John
|
D
|
druck281 author 1/27/2020 |
Not exactly what I had in mind but I found a workaround. I created a new View and left one master list linked to the original detail list page and linked the other master list to the list page for the new view. |