Multiple choice technology packaged enterprise solutions

  1. Which of the following events can be associated with a component record field:

  1. Rowinit event

  2. Prepopup event

  3. Searchsave event

  4. Workflow event

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

In PeopleSoft, the PrePopup event fires when a user is about to display a pop-up menu for a field, making it valid for component record field interactions. RowInit is for row initialization, SearchSave for search dialog save, and Workflow for workflow processing - none are popup-related.

AI explanation

This question is about PeopleTools component record field events. "PrePopUp" is a standard PeopleSoft component record field event that fires just before a related-display or prompt popup is displayed, letting developers control or validate popup behavior. It's marked correct here as an event genuinely associated with a component record field. "RowInit" is a component record (not specifically field-level in this same sense) event that fires when a row is initialized. "SearchSave" and "Workflow" event are not standard PeopleTools record field event names as commonly documented — they appear to be distractors. This is specialized PeopleSoft/PeopleTools terminology, so confidence is limited to what's documented in PeopleTools event references.