I’d like to have a nested drawer in a list that when clicked on displays and allows for editing of both that list objects data as well as the associated contact data. Moreover, I’d like to include a task button that would log a call with the contact.
Here’s a deeper overview.
The main object that’s displaying is a Registration object that shows registration information and the contact associated with it. I’ve created a list that displays the registrations.
From that list, I’ve created a drawer that displays more registration information as well as contact specific data. To do this I created a “Contact” model with a condition that the Registration Id is equal tot he Contact Id. However, it only displays the top most contact of the list in every drawer.
Second, I created a NewPhoneCall model. This task model is used to log a call with the contact in the drawer. I created a condition tht says the WhoId is equal to the Contact Id. Again, this still only logs a call for the top most contact on the list.
I’ve attached an image to help with this. 
Question
Add multiple objects to a drawer and a task button.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

