Multiple choice technology

If PeopleCode is present at both the Record field level and Component Record field, which code fires first?

  1. Both fire at the same time

  2. Component Record Field

  3. Record Field

  4. Varies from user to user

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

PeopleSoft executes events in a specific order: Record Field events fire before Component Record Field events. This is because the Record is the lower-level object, and Component-level logic wraps around it. 'Both fire at the same time' is incorrect - the order is deterministic.