Skip to main content

Application Events

Last updated 29/10/2025


EventExecutesDescription
Do StartServerExecutes when an application is started, effectively, deployed to the cloud.
Do LogonServerExecutes when the Sign In button is clicked and before the application is loaded.
Do LogoffServerExecutes 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.

Application event execution diagram
Figure 1 - Application event execution diagram