Developing a report to alert us when a performance is 'Sold Out' on TNEW

Hi everyone,

Does anyone have any experience with creating a report/procedure to alert us if a show is marked as sold out on TNEW?

I am hoping it's possible to copy the way in which TNEW determines there are no more available tickets for a performance and developing this into a stored procedure. 

Thoughts?

Parents
  • One issue with reports in Tessitura is that you cannot (currently) trigger a report to run based on an event, rather they have to run on a fixed schedule.  Also, there isn't a "only send report if there is output" option.  So at best you could have a report that ran daily and showed a list of sold out shows, if any.

    I've dug into capacity reporting in the past, but not recently enough to be helpful.  I think the SOAP API documentation has stored procedures listed in it, so that would be your first place to look for clues on how availability is calculated by TNEW.

Reply
  • One issue with reports in Tessitura is that you cannot (currently) trigger a report to run based on an event, rather they have to run on a fixed schedule.  Also, there isn't a "only send report if there is output" option.  So at best you could have a report that ran daily and showed a list of sold out shows, if any.

    I've dug into capacity reporting in the past, but not recently enough to be helpful.  I think the SOAP API documentation has stored procedures listed in it, so that would be your first place to look for clues on how availability is calculated by TNEW.

Children