Hey Jason,
The maintenance request form doesn’t actually have GetNew() or Update(). It uses OnGetNew() and OnUpdate() or at least that’s what I was told on a prior question I asked about this form (Get a new record on form load - #5 by bmgarver).
That is why I’m using OnGetNew() and OnUpdate(). The code does not compile if I use GetNew() or Update()