Complete Salesforce Programming
Course Summary
The Only end to end, step by step, Hands on Course Available Online.
Lifetime Access | New Content Added Regularly
- One million jobs in Salesforce domain by 2019 :- IDC White Paper
- Salesforce professionals earn 50% more than peers :- Indeed Research Data
- 91 percent of companies using Salesforce noted that their marketing teams now have a “strong executive voice.” :- MIT
- Salesforce’s strategies for the future in regard to mobile and analytics, this CRM tool will be commonplace in every office :- MIT
Our hands-on training approach, entrusted by 50,000+ learners, will help you to imbibe the workings of the Certified Salesforce world. We guarantee that you will walk away with all the preparation and confidence you need to conquer the exam and earn the desired Certification.
This course assumes no previous experience, and takes you from the absolute beginner concepts like creating your developer’s account, writing you very first Apex program, and then goes into more detail as we explore the entire Apex feature set.
Apex is a proprietary language which has been developed by Salesforce.com. Apex is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements on the Force.com platform.
Learn to dramatically simplify development of Apex, Visualforce, Lightning and much more.
Frequently Asked Questions
When does the course start and finish?
The course starts now and never ends! It is a completely self-paced online course – you decide when you start and when you finish.
How long do I have access to the course?
How does lifetime access sound? After enrolling, you have unlimited access to this course for as long as you like – across any and all devices you own.
What if I am unhappy with the course?
We would never want you to be unhappy! If you are unsatisfied with your purchase, contact us in the first 30 days and we will give you a full refund.
What web browser should I use?
The EnlightMe platform works best with current versions of Chrome, Firefox or Safari, or with Internet Explorer version 9 and above.
Course Features
- Lectures 80
- Quizzes 0
- Duration
- Skill level
- Language English
- Students 778
- Certificate No
- Assessments Self
-
1. VisualForce Pages, Standard and Custom Controllers
- Lecture 1.1 1. Introduction Locked
- Lecture 1.2 2.Free for Life Salesforce Account Locked
- Lecture 1.3 2.2. Enable Development Mode Locked
- Lecture 1.4 3. Syntax, Auto Complete and Component Reference Locked
- Lecture 1.5 4. Global Variables and Formulas Locked
- Lecture 1.6 5. Standard Controller Locked
- Lecture 1.7 6. PageBlock, View State and Command Button Locked
- Lecture 1.8 7. Standard List Controller Locked
- Lecture 1.9 8. Custom Controller Introduction Locked
- Lecture 1.10 9. Collections Locked
- Lecture 1.11 10. Inserting Child Records Locked
- Lecture 1.12 11. SOSL and GetSobjectType Locked
- Lecture 1.13 12. Merge Records Locked
- Lecture 1.14 13. Conditional Rendering of Feilds Locked
- Lecture 1.15 14. Command Button and Action Function Locked
- Lecture 1.16 15. Action Status Locked
-
2. Triggers
- Lecture 2.1 16. Introduction to Apex Triggers Locked
- Lecture 2.2 17. Trigger to Automatically Insert a Contact Locked
- Lecture 2.3 18. Before or After Trigger Locked
- Lecture 2.4 19. Collections Locked
- Lecture 2.5 20. Trigger to add Custom Error Message Locked
- Lecture 2.6 21. Trigger to Count Tasks or Events on a Lead Locked
- Lecture 2.7 22. Trigger to create Parent on Insertion of Child records Locked
- Lecture 2.8 23. Trigger on Attachment Locked
- Lecture 2.9 24. How to prevent recursive trigger Locked
- Lecture 2.10 25. Trigger to check duplicate records Locked
-
3. Dynamic Apex
- Lecture 3.1 26. Introduction to Dynamic Apex Locked
- Lecture 3.2 27. VisualForce Page Locked
- Lecture 3.3 28. Controller Locked
- Lecture 3.4 29. Testing the VF Page Locked
- Lecture 3.5 30. MetaData of Selected Object Locked
- Lecture 3.6 31. Describe Call Locked
- Lecture 3.7 32. Describe Call to get Fields Locked
- Lecture 3.8 33. Adding Field to VF Page Locked
- Lecture 3.9 34. Removing and Adding Fields Locked
- Lecture 3.10 35. Add Remove Functionality Locked
- Lecture 3.11 36. Buiding Dynamic String Query Locked
- Lecture 3.12 37. Displaying the Data Locked
-
4. Lightning Framework
- Lecture 4.1 38. Introduction Locked
- Lecture 4.2 39. Setting Up a Custom Domain Locked
- Lecture 4.3 40. Testing the Custom Domain Locked
- Lecture 4.4 41. Deploying the Domain Locked
- Lecture 4.5 42. Lightning App Builder Locked
- Lecture 4.6 43. Styling The Components Locked
- Lecture 4.7 44. Using Stylesheet from Static Resource Locked
- Lecture 4.8 45. Atrributes Locked
- Lecture 4.9 46. Defining a Function Locked
- Lecture 4.10 47. Defining an Attribute Directly in Application Locked
- Lecture 4.11 48. Component Composition Locked
- Lecture 4.12 49. Conditional Statements Locked
- Lecture 4.13 50. Value Providers Locked
- Lecture 4.14 51. Standard Components Locked
- Lecture 4.15 52. UI Components Locked
- Lecture 4.16 53. UI Component Dynamic Update Locked
- Lecture 4.17 54. Handling Events Locked
- Lecture 4.18 55. Identifying Event Source Locked
- Lecture 4.19 56. Server Side Controller Locked
- Lecture 4.20 57. Calling Controller Method Locked
- Lecture 4.21 58. Server Side Controller Hands On Locked
- Lecture 4.22 59. Server Side Controller Hands On Continued Locked
-
5. Real Time Projects
- Lecture 5.1 60. Project 1 – Part 1 Locked
- Lecture 5.2 61. Project 1 – Part 2 Locked
- Lecture 5.3 62. Project 1 – Part 3 Locked
- Lecture 5.4 63. Project 1 – Part 4 Locked
- Lecture 5.5 64. Project 1 – Part 5 Locked
- Lecture 5.6 65. Project 1 – Part 6 Locked
- Lecture 5.7 66. Project 2 – Part 1 Locked
- Lecture 5.8 67. Project 2 – Part 2 Locked
- Lecture 5.9 68. Project 2 – Part 3 Locked
- Lecture 5.10 69. Project 2 – Part 4 Locked
- Lecture 5.11 70. Project 2 – Part 5 Locked
- Lecture 5.12 71. Project 2 – Part 6 Locked
- Lecture 5.13 72. Project 2 – Part 7 Locked
- Lecture 5.14 73. Project 2 – Part 8 Locked
- Lecture 5.15 74. Project 2 – Part 9 Locked
- Lecture 5.16 75. Project 2 – Part 10 Locked
-
6. Batch Apex
- Lecture 6.1 76. Why do we use a Batch Class Locked
- Lecture 6.2 77. Syntax Locked
- Lecture 6.3 78. Start and Execute Method Locked
- Lecture 6.4 79. Passing the Query and Executing Batch Locked