In a single record form, I populated the two update events like this:
Before Update: sc_alert(“BEFORE UPDATE”);
After Update: sc_alert(“AFTER UPDATE”);
Both events contain only the sc_alert lines.
When the form is run, if I click the Save button only the “AFTER UPDATE” alert is shown.
Is this a bug? Shouldn’t both be executed?
If I remove the sc_alert from the after update event, the "BEFORE UPDATE "alert is shown.