07-22-2008, 01:29 PM
|
#5 (permalink)
|
| Junior Member Join Date: Jun 2008
Posts: 20
Rep Power: 0  | It always sounds simple... But then I actually try to make it work. It looks like we're not using the event module to it's complete capacity. So our prior DBA would generate a query of constituents to receive an invitation, and as the RSVPs come in, they have been manually registered for that event.
The problem for me now is that the query is a constituent query and I can only update participants with a participant query. Ok, no problem I think, I'll just re-create the query as a participant query. Of course that isn't possible because the fields that were used to filter for the list of invitees aren't available in a participant query.
The thing I don't understand is how you can create an initial list of constituents to invite, using various filters, and then send invitations to those constituents if you want to end up with a participant query.
Clearly I'm still a bit new at this, so I apologies if I have a glaring blind spot, but I'm confused... |