Multiple choice technology packaged enterprise solutions

RowInsert does not trigger PeopleCode on derived/work fields

  1. True

  2. False

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

In PeopleSoft, the RowInsert event fires specifically for physical database records being added to the scroll area. It does not automatically trigger PeopleCode execution for Derived/Work fields, which must instead be initialized using events like RowInit or FieldDefault.