Forms
Last updated 15/07/2024
Event | Executes | Description |
---|---|---|
Do Create | Server | Executes when a record is selected in the list as the server creates the data to be displayed in the form. |
On Selection | Client | Executes when a form record is selected in the list. |
On Show | Client | Executes when the form record is displayed. |
On Add | Client | Executes when the Add Item button is clicked. |
On Edit | Client | Executes when the form goes into edit mode either by clicking the Edit button in the form app bar, or by clicking in a field. |
On Sub Form Complete | Client | Executes when the Save button in the form app bar on a sub-form is clicked. |
On Complete | Client | Executes in the browser when the Save button is clicked on the top-level form before the data is sent to the server. |
Do Complete | Server | Executes when the Save button is clicked on the top-level form and before the data is saved to the database. This includes all sub-forms. If an error occurs, an error will be displayed to the user and the data won't be saved to the database until the user enters the correct data. |