Skip to main content

Notifications

Community site session details

Community site session details

Session Id :

MSdyn365FO ApplicationStartupEventManager class

Sukrut Parab Profile Picture Sukrut Parab 71,682 Moderator

Wanted to share quick tip related to ApplicationStartupEventManager class . Just in case if you want to do something on start up , ApplicationStartupEventManager class has multiple delegates defined which you can subscribed to . Just do find references and you will see how this class is used in standard application.

few of the available delegates are below :

    delegate void onSystemStartup() - Event that occurs when the system starts up /The event is raised once per AOS upon startup.

    Delegate onSessionCreated - The event is raised once per user session creation for any user.

Comments

*This post is locked for comments