What is the event that fires after all database updates are over?
-
Save Post Change
-
Post Build
-
Save Pre Change
-
Workflow
A
Correct answer
Explanation
Save Post Change is the PeopleTools event that fires after all database updates have been successfully completed. This event is part of the save processing cycle and occurs after Save Pre Change (which fires before updates) and the actual database commit, making it ideal for post-save processing and validation.