You must create the onLaunchboxLoaded
method of the browser's
window object (where you place the entry point to your application) before you can use any of
the APIs:
window.launchbox.object_name
objects
objects you added to the window
instance, i.e.
window.object_name
objects
The method is called by the Pega Client for Windows when it loads all JavaScript/native code and web apps are allowed to call all their APIs.
All objects in these APIs can be accessed using
the window.launchbox.
object_name
reference.