Hi all,
We have a scenario where we needed to show 3 List Parts in one page - showing related data. Mockup below;
We managed to get the list parts to work together i.e. when a student is selected in List Part A, the related records are shown in the other 2 list parts i.e. List Part B shows the courses of the selected student and List Part C shows the attendance of the selected student.
The problem we are facing is when a user click on the New button within the List Part B and the related Course Card page is opened, then the context of which student is selected in List Part A is not carried over when creating a new Course Record.
How is the best way to handle this?