This topic is locked
[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
https://xlinesoft.com/phprunner/docs/working-with-additional-pages.htm
I've been looking around the Designer for an option to direct the user to a specific details list page but I can't find anything. When I click the detail link from either parent page, I always get redirected to the "Default" list page for the detail records. The directions shown on the above link make it really easy to have an alternate "Edit" page but I don't see that option for a detail list page anywhere. I feel like I'm missing something simple.
Thanks,

-Druck

J
John 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/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


Thinking to apply that to what I'm doing, I would have to remove the actual link to the details table that is created by PHPRunner then insert a custom button in it's place with the correct URL coded into it. Seems like there should be a dropdown that I could change somewhere like there is for the "Edit" pages.

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.