Hi Everyone,
In this post, we will discuss how to work with apex trigger and logic building.
Below is the Agenda for the video
- Problem Statement
- Possible Solution
- Choosing the right solution
- Solution Approach
- Develop the Apex Trigger
- Assignment – Create a Custom Field on Contact (Amount) and another Custom Field on Account(Sum of Contact Amount). Develop a trigger to Sum the Amount on Account object using any Approach discussed in Video
Apex Trigger Code
Link to PPT
YouTube Video
Contact Me
- LinkedIn https://linkedin.com/in/simplyamit/
- FaceBook http://facebook.com/sfdcpanther
- Twitter https://twitter.com/cloudyamit
- Instagram https://t.me/sfdcpanther
- Blog http://sfdcpanther.com
- Email [email protected]
Our Score
Click to rate this post!
2 comments
Thanks Amit ,
How to handle account changes (line 28) if we are using Handler Class?
That is already taking care of.