Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Salesforce Developer Training with real-time project
Salesforce Conference Management Application from scratch
Salesforce Doubt Class Every Sunday at 10 AM CST
Refer your friend and earn 50%
Overview of the Conference Management App (2:12)
Creating a Developer's Account (1:58)
Create Session and Speaker object with custom fields for Conference Mngmt App (8:01)
What is a junction Object in salesforce and why we need in our Conference App (2:21)
How to create a junction object in salesforce?? (4:25)
Creating tabs for Session and Speaker object (3:50)
How to configure the Lookup Dialog and related list elements for session object? (8:25)
What is Apex and why we need Apex?? (2:15)
Create an Apex class to send email to the speaker enrolled to a session (4:46)
WHat are SOQL statements in APEX and how to write SOQL statements?? (10:22)
Executing SOQL statements to retrieve data from Session and Speakerobject (6:01)
Difference between DML statements and Database methods,when to choose which one? (14:02)
Creating a trigger to send Email and check for Double booking in our Application (11:30)
Test class to test the double booking for the session Speaker object (6:11)
Creating custom visualforce page for Speaker object (6:16)
Uploading the Speaker Photo using controller extension (11:07)
Using JavaScript in Visualforce Pages
Creating the Hotel object to store the info about different conference hotels (5:06)
Use the google Map API to display the hotel location on the Map (9:37)
REST Web Services
Introduction about the Rest web services (4:43)
What is JSON and XML ?? (2:23)
What is workbench and how to use workbench?? (6:27)
Get the Cases associated with the Account using GET request (4:50)
Delete the cases which are in Closed status using @HttpDelete (2:52)
Create a new Account object using @httpPost method (2:57)
Update the existing Case object using the @HttpPatch annotation (4:09)
Complex Rest API Call related to Account object
Rest API call to retrieve the Account by Id (2:48)
How to wrap the response back to the client along with Http Status code. (7:11)
Search the Account by Account Name (10:30)
Difference between @httpPost and @HttpPut method (6:41)
Send the Account object in the request (3:14)
Creating a list of Accounts in Salesforce databases using @HttpPost (3:39)
Creating list of contacts associated with the Account object (8:57)
How to Write a Test Class in Apex ? (11:13)
How to Create a Trigger, Apex class and Test Class ??? (19:18)
Exposing Apex Methods as SOAP Web Services (13:29)
Teach online with
How to create a junction object in salesforce??
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock