Multiple choice technology packaged enterprise solutions

RowDelete and RowInsert events do not trigger programs on ____________ .

  1. database table

  2. sql view

  3. derived view

  4. derived/work records

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

Derived or work records are temporary, in-memory buffers in PeopleSoft used for display or processing purposes; they do not write to database tables. Consequently, database-level operations like RowDelete and RowInsert do not fire PeopleCode events for them, unlike physical tables or views.