Global Events



The following is a list of global events.  Global events fire on every single screen.

For Genie there are several events that occur when a screen is loading. The order of these events are as follows:

  1. beforeLoad() in custom.js

  2. 5250 data is rendered

  3. customize() in custom.js

  4. pui.genie.afterInit in custom.js

  5. screen customizations made with the designer are applied

  6. afterLoad() in custom.js

  7. pui.genie.onalarm in custom.js