The following steps show how to change a Seating Chart Type from Custom to Default
Step 1: Navigate to the Query page
Step 2: Run the List Query first to see the data for the seating chart, replacing the x's with the actual Section number
- LIST SCH IF TY = 0 AND SE = xxxx
Step 3: Run this Change Query to change the Type from Custom (Type 0) to Default (Type 1)
- CHANGE SCH TY TO 1 IF TY = 0 AND SE = xxxx
OR