Salesforce Developer Training with real-time project
- Offered byUDEMY
Salesforce Developer Training with real-time project at UDEMY Overview
Duration | 4 hours |
Total fee | ₹455 |
Mode of learning | Online |
Credential | Certificate |
Salesforce Developer Training with real-time project at UDEMY Highlights
- Earn a certificate from Udemy
- Get a 30 day money back guarantee
- Learn from 5 articles and 4 downloadable resources
- Students will get full lifetime access of the course
Salesforce Developer Training with real-time project at UDEMY Course details
- For Salesforce Admin, Developers who want to dive deep into Salesforce world
- For anyone who want to learn about start and finish of real time application
- For anyone who wants to add a new salesforce project to their resume
- Integrate Salesforce application with external applications
- Create there own custom application using APEX
- Expose there apex methods as SOAP webservices
- Able to answer any interview questions related to APex and webservices
- Create controller extension,Trigger, Apex Class, Apex Test class,Custom controller, Restful webservices and SOAP webservices
- This course will give students insight into the world of webservices
- This course not only covers everything about webservices(REST and SOAP) but also walks students through the process of creating a real time application in salesforce from start to finish which they can use as project in their resume and will help to build up their resume and also they will get idea about how the real time applications are done in salesforce rather then just power point presentation
Salesforce Developer Training with real-time project at UDEMY Curriculum
Introduction
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 the Hotel object to store the info about different conference hotels
Use the google Map Api to display the hotel location on the Map
Introduction about the Rest web services
What is JSON and XML ??
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
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
Interview Question And Answers