onAppInitialized

The event occurs when an app is initialized. The OnAppStarted event is processed at this point. If a record id was given as a start parameter, the record is loaded and displayed at this time.

    console.log("app is initlialized");

Last updated