I am confused about what line is in context when using a pop up feature with a table.
I have three models: Events, Attendance, and Contacts.
The events model is tied to the table with a drawer feature for Attendance and a popup for Contacts. Attendance is connected to Actions via lookup so that field must be filled in.
What should happen is when the Contact pop up is open there is a row action that adds contacts to the Attendance model via the Action framework. Unfortunately, it is only working for the first line in the attendance model and not the row in context (or what I think is context). I put a table from the Event model in the popup to see what line it sees, it shows the correct Event line. However when the record is created in the attendance model it only attaches to the first line in the Event model.
I am using a merge syntax to set the event name: {{$Model.EventModel.data.0.Id}} but it is pulling the first line in the model and not the first line in context.
Any light to shed would be greatly appreciated.
Question
Context Question for Popups
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


