Hold codes - bulk changes

Former Member
Former Member $organization

We're trying find a solution that allows us to bulk change from one hold code to another on a performance. 

I wrote this basic SQL update statement with the intent to create a custom utility that could be run via the application:

 

update tx_perf_hc

set hc_no =

from

where hc_no =

 

and perf_no = 

 

It seems to work but I might be missing other tables that need updating as well?

Would love some insight. 

Thanks!

Parents
  • Hi Wes,

    I find an easy way to get an idea if anything else is happening is to use the Log Viewer in Tessitura (under the Help menu).  Set it to trace, then do the thing in Tessitura you're trying to script (so in your case change the hold on a seat) then look in the log viewer output for what tables are updated.

    Cheers
    Sarah



    [edited by: Sarah Coffey at 11:06 PM (GMT -6) on 13 Feb 2017]
Reply
  • Hi Wes,

    I find an easy way to get an idea if anything else is happening is to use the Log Viewer in Tessitura (under the Help menu).  Set it to trace, then do the thing in Tessitura you're trying to script (so in your case change the hold on a seat) then look in the log viewer output for what tables are updated.

    Cheers
    Sarah



    [edited by: Sarah Coffey at 11:06 PM (GMT -6) on 13 Feb 2017]
Children