Context Question for Popups

Hi Tami,

Sometimes you have to create a separate Events model (let’s call it EventInContactPopup) which is used as the Event to which the Contacts in your popup are added.

So, first, create the above model using the Event object and add a filterable default off condition on the ID field. It would also have a 1 row limit and would not load data on page-load. Then, clicking on the popup button on your Events table triggers the following actions:

  1. Take ID of current Event row in table and Activate and Set Value of condition on the EventInContactPopup model
  2. Requery the new event model
You can now assign additional Contacts to your EventInContactPopup Event model.

Once you’ve saved those changes you would then need to also requery the Attendance model.

Apologies in advance if this is not the right solution!