Contact Model Based on Event WhoId (for Account View)

Hi Anna,

Thanks for the response. Your correct about the situation - I have a tab on my Account detail with a list of events, and there is a pop-up next to each event that I can open. For whichever event a user opens, I would like to activate the Contact model referenced in the Event WhoId.

I think I’ll need some clarification on using the actions framework to query the model. Would I be correct in assuming that the initiating event to trigger the action would be set on the Events model? And then in that case, I’m not sure would be a valid event trigger. Perhaps when I click the pop-up button it saves the Events model (even if there are no unsaved changes), and then that would trigger the action of querying the EventContact model where the ID = Event WhoId?