'What's the events order on a Siebel login?
When a user logs in to Siebel, it triggers a few events:
- The
Application_Startevent in the Application object. - The
WebLoginRun-Time Event (RTE) - assuming the user logged in a web client and not a dedicated mobile client. - The
LoginRTE - which triggers both in the web client and the dedicated mobile client.
If you write custom code for all three of them, in what order would they run? Is it consistent, or is it undefined and it could go either way?
I can't find anywhere specifying the order of the run-time events, nor those compared with the Application object events. The only thing I've found is the "Sequence" RTE field, but that only defines the order if you have multiple actions for the same event.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
