Automation Settings
The Automation Settings panel is used to start automated events. Server side events will run Action Sets while client side event trigger Multi-Action fields.
Before E-form Load Event - Server - This is useful for updating the Record before the E-form pulls its data or for validating exiting information while opening.
After E-form Load Event - Client - This is used to trigger client side events after the form loads. You can do things like updating status fields, performing calculations, or triggering button clicks.
Before E-form Save Event - Client - This is used to trigger client side events before the form is saved to the server. This is useful for performing table sorting or last second updates before save.
After E-form Save Event - Server - This is useful for send alerts that a form was saved, validating the entered information, and more. Essentially, this is a little workflow logic that can be applied without having the route the form each time.