Concept Flow - NEW and OLD record access
Trigger Event Occurs
Trigger Function Starts
Access OLD Record?
Access NEW Record?
Perform Logic Using OLD/NEW
Finish Trigger Function
Continue with Original Operation
When a trigger fires, you can access the OLD record (before change) or NEW record (after change) to perform logic inside the trigger function.