I'm using apex 20.1 and universal theme.
I created an application computation based on SQL that is displayed in the navigation bar see below.
Jobs[number] is similar tot he sample DB application which basically count the no. of jobs on the DB.
when user goes to a report/process page it submits a page and when user goes back to home the jobs count is still displaying the old no.
Also the same thing happens when a modal page and cancels the dialog.
I know I can submit a page and this would refresh the count but I'm NOT sure what EVENT I can use to execute the submit.
When user cancels a dialog or when use click the home, is there any event I can use to attach a submit DA? thanks!
