پیش نیازها:
- این دوره برای چه کسی است؟
- توسعه دهندگان وب علاقمند به Salesforce Apex

در ادامه با برخی از سرفصل های درسی این مجموعه آموزش آشنا می شویم :
Coding in Apex is similar to Java/C# in lot many ways, yet so different from them in few other ways. But one thing that is common is that the 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