Reserved Seating : Item configuration : Dynamic Pricing capability : Specific Dynamic Pricing Conditions:
 
Specific Dynamic Pricing Conditions:
 
RES_LEVEL()
This compares to the Level Description e.g., RES_LEVEL(ORCH)
 
RES_LEVELID()
This does a numeric comparison on the Level ID. e.g., RES_LEVELID(2) or RES_LEVELID(3-5)
 
RES SECTION()
Compares to the Section Description. e.g., RES_SECTION(LEFT)
 
RES_SECTIONID()
Compares to the Section ID. e.g., RES_SECTIONID(1)
 
RES_SHOW()
Compares to the Show Description. e.g., RES_SHOW(LES MIS)
 
RES_SHOWID()
Compares to the Show ID.
 
RES_PROD()
Compares to the Production Description.
 
RES_SEAT()
Does a textual comparison to the Seat Label.
 
RES_SEATID()
Compares to the Seat ID.
 
RES_SHOWDATE()
Works just like the DATE() condition except it uses the date of the show. e.g., RES_SHOWDATE(10/12/2011) or RES_SHOWDATE(9/1/2011-10/1/2011,10/3/2011)
 
RES_SHOWTIME()
Works just like the TIME() condition. e.g., RES_SHOWTIME(20:00 - 22:00)
 
RES_SHOWDOW()
Works just like the DOW() condition e.g., RES_SHOWDOW(MON, WED-THUR)
 
RES_OBSTRUCTED()
Works on a range referring to the integer representing the obstruction. Takes a numeric range as an argument (like a number of other conditions). e.g., RES_OBSTRUCTED(20-30) or RES_OBSTRUCTED(<20)
 
RES_ROW()
Does a numeric comparison on the row number.
 
RES_AISLE()
True if it's an aisle seat (no arguments).