Course Description

Salesforce Apex programming Language is similar to Java/C# in many ways and different in many ways too. They have one thing in common and ie: application of proper design patterns to solve the problem irrespective of platform or technological difference. This is very particular for the apex triggers, because in a typical Salesforce application, triggers play a pivotal role and a major chunk of the logic is driven through the triggers. Therefore a proper understanding of triggers is very essential, not only for successful implementations, but also for laying out a strong architectural foundation.

This course explains salesforce triggers step by step in most simplest manner.
This training is a must for application and Salesforce developers who want to create custom Force applications or customize existing Salesforce applications.
Learn the basics fast and easy with these step-by-step tutorials.
Like any software, the best way to learn it is to use it and this course is to be treated as a living and growing one, where new material and corrections would be added regularly.

Cloud Computing Consultant with more than 8 Years of Experience

Prateek Singh

Hi, I am Prateek, Salesforce certified Developer, Web designer, Consultant and Trainer with more than 8 years of Industry Experience and 5+ in Salesforce. I have served various Industry verticals having good experience in Cloud Computing, Web Development, Graphic Designing and all Programming stuff. I have created these courses keeping in mind simplicity while ensuring to cover some advanced and rare Topics. Hope it would add value to your Life. All my courses have come from experience and I teach them with as much passion as I can. All the Best :)

Course curriculum

  • 1

    Apex Triggers

    • 1. Introduction to Apex Triggers

    • 2. Trigger to Automatically Insert a Contact

    • 3. Before or After Trigger

    • 4. Collections

    • 5. Trigger to add Custom Error Message

    • 6. Trigger to Count Tasks or Events on a Lead

    • 7. Trigger to create Parent on Insertion of Child records

    • 8. Trigger on Attachment

    • 9. How to prevent recursive trigger

    • 10. Trigger to check duplicate records