Has anyone created a system to generate membership cards from Tess? I would like to be able to export into an Excel file (so that the data can be sorted the way our membership manager likes it) to use in a mail merge. This is pretty straightforward except that we have mutiple members in the same membership and they each receive a separate membership card with their name (plus ID# and expiration date) on it. Is there a place to enter all member names in the same record and a way to get them out of the record? Or some other way?
Thank you for any help,
Kathy
Yes – the Met has a custom record that records membership card data. When a new membership is created there is a nightly routine that moves the Salutation 1 to the first line of the membership card. We then have reports that pull this info –which is then exported. You could have record for each card. We only allow one card so Card Type controls what kind.
From: Tessitura Development Forum [mailto:forums-development@tessituranetwork.com] On Behalf Of Kathy MacGlashan Sent: Tuesday, January 12, 2010 8:22 PM To: McKinley, Leslie Subject: [Tessitura Development Forum] Membership Cards
This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Development Forum. You may reply to this message to post to the Development forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!
Kathy,
Here's one possible solution. Run your acknowledgment report and save it as a list, then export the information you need using Output Set Builder. OSB includes criteria for N1 and N2 (Fname, Fname2, Lname, Lname2 etc.) although to get the membership information you may have to customize TR_QUERY_ELEMENT a bit but its pretty easy to do. I can't guarantee that it will give you exactly what you want but its worth an investigation.Dale
Thank you all for your help. I will try your suggestions as soon as possible.