Skip to main content

Salesforce Development Index

Course Content

  1. Declarative Features Vs Programmatic Features
  2. Salesforce Architecture ( MVC )
  3. Data Types
  4. Apex Classes
  5. If – Conditional and loops
  6. Collections in APEX
    • List
    • Set
    • Map
  7. Oops Concepts
  8. Data Manipulation Language (SOQL) & SOSL
  9. Exception Handling
  10. Triggers and its Best Practices
  11. Custom Setting, Custom Metadata and Custom Labels
    • Where to use it ?
    • How to use it ?
    • Apex Trigger + Custom Setting
  12. Asynchronous Apex
    • Batch Classes
    • Scheduler Classes
    • Queueable Classes
    • Future Method
  13. Apex Governor Limits
  14. Test Classes for Triggers and Apex classes
  15. Visualforce Pages
    • Standard Controllers
    • Extension Controllers
    • Custom Controllers
  16. Wrappers Classes in Apex

By : Harshal Lad ( CorpoVision Technology )

Comments

Popular posts from this blog

Opportunities at Paidwork Company

Unveiling the Potential of Paidwork Company : Unlocking Earning Methods, Referral Programs, and Achievements In the ever-evolving landscape of remote work and freelancing, Paidwork has emerged as a noteworthy platform that not only offers a diverse range of earning methods but also provides users with unique opportunities for growth and recognition. This article will delve into the intricacies of Paidwork, exploring its earning methods, referral program, and the benefits of achieving milestones on the platform. Go to Paidwork Website 1. Earning Methods on Paidwork: Paidwork provides freelancers and remote workers with various avenues to earn money, catering to a wide range of skills and expertise. The primary earning methods on Paidwork include: a. Freelance Projects: Users can browse through a plethora of freelance projects posted on Paidwork. From graphic design and content creation to software development and digital marketing, the platform hosts diverse opportunities for indi

Apex Triggers and Classes

  Apex Triggers   is use to execute the functionality or piece of code on record manipulation ( i.e., CREATE / UPDATE / DELETE / UNDELETE   records ). A trigger executes before and after an event occurs on record.