List of Stored Procedures & Their Functions

Hey,

 

I was hoping someone might be able to point me to a resource where Tessitura stored procedures are defined and listed details on each.  Specifically, I am looking for the stored procedure that updates a users address/info from the "Edit Your Account Information"  TNEW page (/account/account.aspx).  The procedure name would be nice, but having a resource for the future would be even better.

If anyone can point me in the right direction (or knows the name of the procedure I'm looking for), I'd greatly appriciate it.

Thank you in advance.

Parents
  • I'm afraid none such exists, nor is likely to.  Doing so would imply some sort of contract about the format and behavior of the stored procedures, and Tessitura routinely changes those.  The REST API is where they will be creating a documented interface for end users to build custom functionality.

    Full disclosure: I continue to do almost all of my customization work in SQL.  I'll do some digging to try and figure out how Tessitura handles a problem with their stored procedures at times, but I rarely use them, as it's easier to keep track of changes in tables than in everything else.

    There are a handful of convenience procedures and functions specifically for end users, mostly for things like finding the best mailing address.  I think they may be in the standard documentation somewhere.

Reply
  • I'm afraid none such exists, nor is likely to.  Doing so would imply some sort of contract about the format and behavior of the stored procedures, and Tessitura routinely changes those.  The REST API is where they will be creating a documented interface for end users to build custom functionality.

    Full disclosure: I continue to do almost all of my customization work in SQL.  I'll do some digging to try and figure out how Tessitura handles a problem with their stored procedures at times, but I rarely use them, as it's easier to keep track of changes in tables than in everything else.

    There are a handful of convenience procedures and functions specifically for end users, mostly for things like finding the best mailing address.  I think they may be in the standard documentation somewhere.

Children