setSUBS_SERIES_LIST.html

 

 

Questions and Answers:

Q: How can the series list be customized to display something other then what is pulled from the Theatre Manager database?
A: To make the events in the subscription display as "First Sun in Run @8:00pm" the following would be used:
<field>pick(mid(PB_SERIES_CODE,1,1),'','First','Second','Third','Fourth','Fifth')</field>

The following example displays the series code on the screen in the popup box:
<field>mid(PB_SERIES_CODE,3,3)</field> in run @ <field>pick(pos(mid(PB_SERIES_CODE,7,1),'ME'),'8:00','2:00','8:00')</field>pm
____________________________________________________________

Description:

  • Presents a list of available series options to choose from in a drop down format.
  • Some organizations have more then one performance within their season package. Each performance is indicated by a series code. This allows Theatre Manager to book the patron into the same night for each event within the season package.
  • Only performances marked as Season Control Performance within the Control House in Theatre Manager will appear in the drop down.

Location:

htdocs/1/WebPagesEN/TMtemplates/

Able to Call Page(s):

  • Not Applicable

Called By Page(s):

Page(s) Referenced:

  • Not Applicable