Application Events
Last updated 29/10/2025
| Event | Executes | Description |
|---|---|---|
| Do Start | Server | Executes when an application is started, effectively, deployed to the cloud. |
| Do Logon | Server | Executes when the Sign In button is clicked and before the application is loaded. |
| Do Logoff | Server | Executes when the Logout button is clicked. |
Order of Execution
The Do Start event is a one off event and will execute when your application is deployed to the cloud. It will execute the first time you deploy to each deployment environment and will not execute again unless you remove your application from the deployment and re-deploy.
The Do Logon event will execute when the Sign in button is clicked and before the application is loaded.
The Do Logoff event is the last event that will execute and it executes when the logout button is clicked in the user's profile.

Figure 1 - Application event execution diagram