Adding additional salutations

Our development department would like to have additional salutations automatically added when a new account is created.  They've been manually changing the default salutation type to preferred and then adding an informal salutation.  I know that this is something I could do with a stored procedure, but being that we are pretty new to Tessitura I have never written a stored procedure.  Could I modify the stored procedure that creates the default salutation?  Can someone point me in the right direction? Or if you're feeling generous perhaps share a stored procedure you've created to do this?  

Thanks!

Parents
  • Hi Christina,

    Actually in the system table TR_CUST_TYPE, you can define which salutation you want the default salutation to be by customer type.  Of course whatever you define there would be the default for all departments, not just development.  And in TR_SALUTATION_FORMAT, you can control how you want the salutation built. 

    Those two tables might solve it for you.

     

    Tanya

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Christina Bledsoe
    Sent: Thursday, August 26, 2010 5:50 PM
    To: Hoffmann, Tanya
    Subject: [Tessitura Technical Forum] Adding additional salutations

     

    Our development department would like to have additional salutations automatically added when a new account is created.  They've been manually changing the default salutation type to preferred and then adding an informal salutation.  I know that this is something I could do with a stored procedure, but being that we are pretty new to Tessitura I have never written a stored procedure.  Could I modify the stored procedure that creates the default salutation?  Can someone point me in the right direction? Or if you're feeling generous perhaps share a stored procedure you've created to do this?  

    Thanks!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical 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!



    This e-mail message is intended only for the recipient(s) named above. This message may contain trade secrets, attorney-client communication, or other privileged and confidential information. Any review, re-transmission, dissemination, reproduction or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the Sender and delete the material from any computer.
Reply
  • Hi Christina,

    Actually in the system table TR_CUST_TYPE, you can define which salutation you want the default salutation to be by customer type.  Of course whatever you define there would be the default for all departments, not just development.  And in TR_SALUTATION_FORMAT, you can control how you want the salutation built. 

    Those two tables might solve it for you.

     

    Tanya

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Christina Bledsoe
    Sent: Thursday, August 26, 2010 5:50 PM
    To: Hoffmann, Tanya
    Subject: [Tessitura Technical Forum] Adding additional salutations

     

    Our development department would like to have additional salutations automatically added when a new account is created.  They've been manually changing the default salutation type to preferred and then adding an informal salutation.  I know that this is something I could do with a stored procedure, but being that we are pretty new to Tessitura I have never written a stored procedure.  Could I modify the stored procedure that creates the default salutation?  Can someone point me in the right direction? Or if you're feeling generous perhaps share a stored procedure you've created to do this?  

    Thanks!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical 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!



    This e-mail message is intended only for the recipient(s) named above. This message may contain trade secrets, attorney-client communication, or other privileged and confidential information. Any review, re-transmission, dissemination, reproduction or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the Sender and delete the material from any computer.
Children