Does anyone have an easy way to delete multiple performances in one fell swoop? Use case: When you make a mistake while running the Product Creation tool and create a large number of performances with an error that cannot be updated through Season Manager.
I was thinking about trying to mess around with TP_DELETE_PERFORMANCE in Test, to see if I could make it work for a set of performances, but wanted to check if anyone else already had a solution.
Thanks!
Jennifer
I wrote some code to do this a while ago. Please download here if interested:
https://gcloud.guthrietheater.org/s/Kpb6bCxWJymzgzP
Give it a try in test and see if it fits the bill for you.
Hey Chris, you may need to give them the guts of lv_perf_info_gt as well
Troy Nelson said:Hey Chris, you may need to give them the guts of lv_perf_info_gt as well
Added to Zip. That's just a shortcut view of mine, didn't notice it was in there; T_PROD_SEASON would work, too.
Thank you both! Looking forward to testing this ruthless deletion.