Multiple choice technology packaged enterprise solutions

____________ event is the only PeopleCode event associated with a Page.

  1. PreBuild

  2. Activate

  3. PostBuild

  4. Workflow

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

The Activate event is the only PeopleCode event specifically associated with a Page object in PeopleSoft. Other events like PreBuild and PostBuild are associated with Components, not Pages. The Activate event fires when a page becomes active in the component.