I have a form with several fields. Each fields has a listener with a handler to update the loaded record instantly when a field has changed. These events also trigger when a new record is loaded, what should be suppressed. I can of course find all listeners on the fields in the form and use suspendEvents on all, but my question is: is there a more simple way to "bubble down" a suspendEvents thoughout a form ?