Salesforce Developer Training with real-time project
Salesforce Development: Learn apex, Visualforce and REST Webservices with this real-time project
If you know salesforce and looking for some real-time project to use your knowledge,then this course is for you.
In this course we will create a Conference Management Application through this project, we will explore various parts of Salesforce ranging from out-of-the-box features of Salesforce to advance concepts of APEX like SOQL, Database Methods, Trigger, Test classes and Visualforce.
Why you should take this course?
- If you want to use your Salesforce Knowledge to action.
- If you want to add to new Project to your Resume.
- If you don’t like Power Point Presentation but you enjoy by doing.
- If you want to take your Salesforce Career to new Heights.
Your Instructor
I was born and raised in India and I came to United States in December of 2012.
I am currently working with Bank Of America as a Software engineer .
Because of my passion for teaching, I have developed over 10 courses in the field of computer programming. I chose to create this website to empower other folks like me who have ambition and willing to grow their skill-set so they can have a well balanced career life.
Course Curriculum
-
StartSalesforce Doubt Class Every Sunday at 10 AM CST
-
StartRefer your friend and earn 50%
-
StartOverview of the Conference Management App (2:12)
-
StartCreating a Developer's Account (1:58)
-
StartCreate Session and Speaker object with custom fields for Conference Mngmt App (8:01)
-
StartWhat is a junction Object in salesforce and why we need in our Conference App (2:21)
-
StartHow to create a junction object in salesforce?? (4:25)
-
StartCreating tabs for Session and Speaker object (3:50)
-
StartHow to configure the Lookup Dialog and related list elements for session object? (8:25)
-
StartWhat is Apex and why we need Apex?? (2:15)
-
StartCreate an Apex class to send email to the speaker enrolled to a session (4:46)
-
StartWHat are SOQL statements in APEX and how to write SOQL statements?? (10:22)
-
StartExecuting SOQL statements to retrieve data from Session and Speakerobject (6:01)
-
StartDifference between DML statements and Database methods,when to choose which one? (14:02)
-
StartCreating a trigger to send Email and check for Double booking in our Application (11:30)
-
StartTest class to test the double booking for the session Speaker object (6:11)
-
StartCreating custom visualforce page for Speaker object (6:16)
-
StartUploading the Speaker Photo using controller extension (11:07)
-
StartIntroduction about the Rest web services (4:43)
-
StartWhat is JSON and XML ?? (2:23)
-
StartWhat is workbench and how to use workbench?? (6:27)
-
StartGet the Cases associated with the Account using GET request (4:50)
-
StartDelete the cases which are in Closed status using @HttpDelete (2:52)
-
StartCreate a new Account object using @httpPost method (2:57)
-
StartUpdate the existing Case object using the @HttpPatch annotation (4:09)