HTML template - Constituent Info

Greetings

I've created a Return to Sender template within the Constituent Info HTML templates (asking patrons to update their details with us). 
All good, and the tests to ourselves have gone through successfully.

However, I can't for the life of me see how:

  1.  the rest of the set up happens - ie: which system tables, etc; and 
  2.  how they are actually sent to the patron.

I know that Order confirmation templates go via the Acknowledgement section of the Print Order window, but how are these ones sent? Is it a report? If so, which one? If not...?

I have looked through all the documentation and cannot see how they work. It may be all there hiding in plain sight, but it eludes me. 

Has anyone else set these up and have them working, and willing to help a befuddled me?

Any / all assistance is greatly appreciated.

Thank you

JC

Parents
  • Hi JC, 

    At the moment, only Order Confirmation and Login Credential template types can be sent from within the application. The other types (including the Constituent type) can be sent through custom API or database processes, but they currently do not have a front-end method to send. The two Constituent templates that ship with Tessitura prefixed "Mobile Tkt Shell" are some examples we use in TNEW that are initiated by API processes.

    To get your Return to Sender template out to constituents, you could copy it to an Order Confirmation template (it doesn't technically need to show any order details) and send it through any new or existing orders for the constituent, or you could create an API utility or SSRS/SQL utility to queue up your Constituent template. The Event Cancellation Receipt Emails utility is an example of an SSRS/SQL method.

    -Michael 

Reply
  • Hi JC, 

    At the moment, only Order Confirmation and Login Credential template types can be sent from within the application. The other types (including the Constituent type) can be sent through custom API or database processes, but they currently do not have a front-end method to send. The two Constituent templates that ship with Tessitura prefixed "Mobile Tkt Shell" are some examples we use in TNEW that are initiated by API processes.

    To get your Return to Sender template out to constituents, you could copy it to an Order Confirmation template (it doesn't technically need to show any order details) and send it through any new or existing orders for the constituent, or you could create an API utility or SSRS/SQL utility to queue up your Constituent template. The Event Cancellation Receipt Emails utility is an example of an SSRS/SQL method.

    -Michael 

Children