I have a MASTER and DETAILS pages design. When I click on an item on the MASTER/PARENT page, I need it to open up the DETAILS page and show the records associated with the master. Facts:
- The MASTER page has the header record populated offa MASTER table
- I know how to STYLE the list so I can put in a ONCLICK event to perform a WINDOW.OPEN and launch the DETAILS page via the FORMAT COLUMNS
- I know what to pass, which is PAGE.ASPX?FILTERFIELD1=ID&FILTERVALUE1=1 from the MASTER page
- The DETAILS page displays records from a DETAILS list that does contain a reference column from the MASTER list
- I have tested a straight /LIST/LISTNAME/ALLITEMS.ASPX?FILTER... which does return the proper records when the filter is passed
- The MASTER ASPX page has a WEBPART which has the originating list that can invoke the WINDOW.OPEN method
- The DETAILS page also has a WEBPART that currently shows all records from the DETAILS list, and I have NOT hidden the MASTERID column
I do not want to build a POWERAPP. We're using the POWERAPP for other use cases. Any help would be or links to tutorials would be most appreciated.
John