Multiple choice technology platforms and products

8.After the Component Processor updates the database, which People Code event is fired?

  1. a.SearchSave

  2. b.SavePreChange

  3. c.SavePostChange

  4. d.SaveEdit

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

SavePostChange is the PeopleCode event that fires immediately after the Component Processor has successfully updated the database. SaveEdit and SavePreChange fire before the database updates are committed, and SearchSave is triggered during the search process before the component is loaded.