Skip to Main Content

Possible to Re-Fire a Application Computation On Demand?

Joe UpshawSep 4 2014 — edited Sep 8 2014

APEX 4.2.5.00.08

I have an Application Computation that sets the value of an Application Item using the current APP_USER as one of its required parameters. This computation fires On New Instance so; it is fired when the login page is loaded. However, the login page, bu definition, is loaded before the user has logged in as so; the APP_USER, at this point is still set to "nobody"

I know that I can change the computation to fire for every page but, this is really unnecessary. I merely want to fire it, once, following a successful login (which would then set the APP_USER).

Is this possible? (From JavaScript or PL/SQL)

Thanks,

-Joe

This post has been answered by Scott Wesley on Sep 8 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Oct 6 2014
Added on Sep 4 2014
8 comments
3,307 views