I have a contacts model that contains naturally a set of contacts for each user. I also have the need to have a list of attendees to an event. Attendees must already be contacts. The contact model has an "attending" boolean field.
The net net is that attendees are simply contacts that have the "attending" field set to true. I need a separate page for viewing or managing attendees, but want to have access to all of their data, name, address, etc etc from the contact model ... I guess what I'm asking is how to I set up an Attendees page that shows the contacts model but only contacts that have "attending" set to true? Thanks, --jeremy -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
