Multiple choice technology packaged enterprise solutions

Activate PeopleCode associated with a popup page executes ________ the page activate event for the main page.

  1. after

  2. before

  3. simutaneoulsy

  4. can't say

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When a popup page is activated, the Activate PeopleCode for the popup page executes AFTER the page activate event for the main page has completed. This sequencing ensures the main page is fully processed before the popup logic runs.

AI explanation

When a popup page is used, its own PageActivate PeopleCode runs first as the popup opens, and only after that does control return to fire the PageActivate event of the underlying main page. This ordering ensures the popup's own initialization logic completes before the main page reacts to it having been activated.