Introduction to the course
  • Introduction to the course
Salesforce Conference Management Application from scratch
  • Overview of the Conference Management App
  • Creating a Developer's Account
  • Review update from udemy
  • Create Session and Speaker object with custom fields for Conference Mngmt App
  • Salesforce APIs- What are these and When to use them?
  • What is a junction Object in salesforce and why we need in our Conference App
  • Create the Session_Speaker Junction Object
  • How to create a junction object in salesforce??
  • Creating tabs for Session and Speaker object
  • How to configure the Lookup Dialog and related list elements for session object?
  • What is Apex and why we need Apex??
  • Create an Apex class to send email to the speaker enrolled to a session
  • WHat are SOQL statements in APEX and how to write SOQL statements??
  • Executing SOQL statements to retrieve data from Session and Speakerobject
  • Difference between DML statements and Database methods,when to choose which one?
  • Creating a trigger to send Email and check for Double booking in our Application
  • Test class to test the double booking for the session Speaker object
  • Creating custom visualforce page for Speaker object
  • Uploading the Speaker Photo using controller extension
Using JavaScript in Visualforce Pages
  • Creating the Hotel object to store the info about different conference hotels
  • Use the google Map Api to display the hotel location on the Map
REST Web Services
  • Introduction about the Rest web services
  • What is JSON and XML ??
  • What is workbench and how to use workbench??
  • Get the code from Github
  • Get the Cases associated with the Account using GET request
  • Delete the cases which are in Closed status using @HttpDelete
  • Create a new Account object using @httpPost method
  • Assignment 1: Creating a REST resource for Contact sObject with Get and POST
  • Update the existing Case object using the @HttpPatch annotation
  • RESTful Quiz
Complex Rest API Call related to Account object
  • Rest ApI call to retrieve the Account by Id
  • How to wrap the response back to the client along with Http Status code.
  • Search the Account by Account Name
  • Difference between @httpPost and @HttpPut method
  • Send the Account object in the request
  • Creating a list of Accounts in Salesforce databases using @HttpPost
  • Creating list of contacts associated with the Account object
  • Assignment
  • How to Write a Test Class in Apex ?
  • Assignment
  • How to Create a Trigger, Apex class and Test Class ???
  • Exposing Apex Methods as SOAP Web Services
Interview Question And Answers
  • Interview Question And Answers