Billing Office Hold Voids
Problem: Need to run a procedure nightly that voids any holds on students accounts that are no longer accurate. Question: Are my only ties to the billing holds the balance from the billing table? Is there any other table I need to look at?
Possible Solution: All holds are stored in the StudentHolds table. Holds are not physically tied to any particular event. When voiding holds outside the system, you will need to adjust the StudentAlert.BusinessHold value for each student. This field contains the number of Non-Voided Holds.