Alerts?

Hi!

Is there a way to track any changes and/or updates to specific constituent records?  Ideally, it would be great if users could create a list of specific accounts and receive notification whenever any changes are made to an account on the list.  I would like to be able to track certain prospects' ticket or subscription purchase, as well as any changes to addresses, contact level (email still ok?), etc. 

Do any other development people have ways that they track specific constituent records?

Thanks!

Alexis

 


 


  • I've previously created a bespoke report that tracks entries in the T_AUDIT table and then had a nightly scheduled report sent.  One of the report parameters was to look for records changed where the constituent had a particular constituency.  The problem is, the T_AUDIT table has a lot of things not tracked.

    I believe this will be a lot easier in v11 where custom hooks (similar to a trigger on a table - not allowed in versions<= v10) can be created for almost any change/update.

    Would be happy to hear anyone else's suggestion too........



    [edited by: Martin Keen at 11:23 PM (GMT -6) on 20 Jun 2011]
  • Hi Alexis,

     

    Would the Constituent Audit Report, scheduled to run nightly, using a list of your prospects, be of any use?...

     

    Cheers,

    Kathleen

     

    Kathleen Smith

    Sales Manager

    Northamptonshire Arts Management Trust

    On behalf of Royal & Derngate, Northampton and The Core at Corby Cube

     

    Royal & Derngate

    Guildhall Road

    Northampton

    NN1 1DP

    T: 01604 655738

    E: kathleen.smith@namtrust.co.uk

    W: www.royalandderngate.co.uk www.thecorecorby.com

     

    From: Tessitura Development Forum [mailto:forums-development@tessituranetwork.com] On Behalf Of Alexis Ingram
    Sent: 21 June 2011 00:42
    To: Kathleen Smith
    Subject: [Tessitura Development Forum] Alerts?

     

    Hi!

    Is there a way to track any changes and/or updates to specific constituent records?  Ideally, it would be great if users could create a list of specific accounts and receive notification whenever any changes are made to an account on the list.  I would like to be able to track certain prospects' ticket or subscription purchase, as well as any changes to addresses, contact level (email still ok?), etc. 

    Do any other development people have ways that they track specific constituent records?

    Thanks!

    Alexis

    ---
    View this message online at http://www.tessituranetwork.com/COMMUNITY/forums/p/4720/15496.aspx#15496 or reply to this message
    --
    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!

     


    Now booking at Royal & Derngate: The badly behaved musical Avenue Q, the West-End hit returning home - End Of The Rainbow - and stylish new drama Basket Case starring Nigel Havers.


    The Made In Northampton season continues with The Two Gentlemen of Verona, The Go-Between and Christmas show Alice in Wonderland.


    Book your tickets now by calling 01604 624811 or visit www.royalandderngate.co.uk.

     

    The Northampton Theatres Trust Ltd. Registered in England and Wales. Company Registration No. 3640915. Registered Office: Royal & Derngate, Guildhall Road, Northampton NN1 1DP

     

    Royal & DerngateMission

     

  • Thanks for the responses!  From what I can tell, the Constituent Audit Report is great for monitoring email, phone, address, etc. changes.  However, it doesn't tell me when single tickets have been purchased.  I am interested in tracking the activities and purchases of specific prospects and can't figure out the best way to do this without having to check each and every prospect's record?

  • If you're looking to track ticket purchases for a group of prospects, I would investigate the Performance Report in the Development folder.  We use a slightly modified version of this and run it using a list of prospects and VIP donors.  Make sure to make your list dynamic.

    Dale

  • Unknown said:

    If you're looking to track ticket purchases for a group of prospects, I would investigate the Performance Report in the Development folder.  We use a slightly modified version of this and run it using a list of prospects and VIP donors.  Make sure to make your list dynamic.

    Dale

    We use the Attendance by Performance report in a similar way.  We have lists that it is run against and schedule it to send as weekly/monthly as needed by the recipient.

     

  • Dale,

    That report is great, thanks for the tip!  Here's a scenario that I'm not sure would work with that list, unless I run it daily?  A prospect purchases a ticket on 6/19 for a performance on 6/20.  Is there some kind of alert that I can get when particular constituents (from my prospect and VIP list) purchase tickets that will automatically pop up?  Or do I just need to run this report every day using my dynamic list?

    Thanks again for all the responses.  Can't wait to learn even more at the Tess conference!!

    Alexis

  • Alexis,

    This solution definitely gets away from the standard report methods folks have described before, but if it is a situation that you will be dealing with regularly it might be worth some customization.  If I had to tackle this, I might look at creating a process in the database which created a CSI whenever one of your VIPs made a purchase. Or one that ran every 15 minutes or so which created a CSI when it found someone on your list who bought a ticket.

    The CSI would then be assigned to the concerned party.  This still doesn't deal with a notification being sent immediately, but it sounds like CSI is the best place in Tessitura to track what you are talking about.

    You could also look at the SQL server sending an email when such a ticket purchase was made.  But again, that would involve some customization.