Tracking when headers are printed

Hello,

I am interested in tracking how often a header we recently put into use is being printed, but I've not been able to find what table this data lives in. I've been looking through the Tessitura Table Structure document and having a look through the database as well. I feel like this is a bit of a nuanced request so if you have done this before it would be great to hear from you.

Many thanks,
Will

Parents
  • Off the top of my head, I don't think it would be too surprising if header prints are not tracked. Tickets are all created with a unique ID number, but headers aren't to my knowledge. One possible way you could hack/workaround this would be to designate a custom ticket element that is ONLY used on this particular header, and in the LP_TICKET_ELEMENTS procedure, log something to a local table every time it is called for that custom element.

Reply
  • Off the top of my head, I don't think it would be too surprising if header prints are not tracked. Tickets are all created with a unique ID number, but headers aren't to my knowledge. One possible way you could hack/workaround this would be to designate a custom ticket element that is ONLY used on this particular header, and in the LP_TICKET_ELEMENTS procedure, log something to a local table every time it is called for that custom element.

Children