Hello,
I am using the AdvancedEditTemplate and prepopulating custom resources in the FormCreated event. When I click the Update button on the edit form, the FormCreated event is firing again (before the AppointmentCommand event) and resetting all of the custom resources to their original values and wiping out the user's edits.
How can the Update button be configured to just fire the AppointmentCommand event without firing the FormCreated event first?