Schema change to appointment table

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Schema change to appointment table

Post by cmcgehee » Thu Oct 05, 2017 9:34 am

For any developers who query the appointment table, you might be interested to know about a schema change that will be present in 17.4. We deprecated the ASAP Status and instead use a new column named Priority. This enables planned and unscheduled appointment to be marked as ASAP. You should only need to change your code if you care specifically about ASAP appointments.
Chris McGehee
Open Dental Software
http://www.opendental.com

Post Reply