Salesforce Integration With External Systems
Salesforce Integration With External Systems, available at $94.99, has an average rating of 4.5, with 77 lectures, 2 quizzes, based on 2149 reviews, and has 16810 subscribers.
You will learn about Students will learn to Integrate Salesforce with External Systems Students will learn about Salesforce APIs (SOAP | REST | Batch | Streaming | Outbound Messaging | Apex Callouts) Students will learn to use each API to get data in and out of Salesforce effectively. Students will learn to publish Data to External System using Platform Events, Push Topics and Change Data Capture Events. Students will learn to use Postman and SOAP UI tools Students will learn to setup Visual Studio Code and Eclipse IDE Students will learn about BULK API and how to insert large sets of data using BULK API Students will learn to make REST API Callout from Lightning Web Component Students will learn to make REST API Callout from Aura Components This course is ideal for individuals who are Salesforce Developers who are interested to learn about integrating Salesforce with External Systems or Students who want to learn about different Salesforce API (SOAP | REST | Batch | Streaming | Outbound Messaging | Apex Callouts) or If you are looking to become a Senior Salesforce Developer, this course is for you. or If you are looking to pass your Salesforce Developer Certification, this course is for you. or If you are a junior Salesforce developer and want to improve your skills to become a Senior developer, this course is for you. or If you are interested to learn about more advanced concepts in Salesforce Development, this course is for you. It is particularly useful for Salesforce Developers who are interested to learn about integrating Salesforce with External Systems or Students who want to learn about different Salesforce API (SOAP | REST | Batch | Streaming | Outbound Messaging | Apex Callouts) or If you are looking to become a Senior Salesforce Developer, this course is for you. or If you are looking to pass your Salesforce Developer Certification, this course is for you. or If you are a junior Salesforce developer and want to improve your skills to become a Senior developer, this course is for you. or If you are interested to learn about more advanced concepts in Salesforce Development, this course is for you.
Enroll now: Salesforce Integration With External Systems
Summary
Title: Salesforce Integration With External Systems
Price: $94.99
Average Rating: 4.5
Number of Lectures: 77
Number of Quizzes: 2
Number of Published Lectures: 77
Number of Published Quizzes: 2
Number of Curriculum Items: 79
Number of Published Curriculum Objects: 79
Original Price: $89.99
Quality Status: approved
Status: Live
What You Will Learn
- Students will learn to Integrate Salesforce with External Systems
- Students will learn about Salesforce APIs (SOAP | REST | Batch | Streaming | Outbound Messaging | Apex Callouts)
- Students will learn to use each API to get data in and out of Salesforce effectively.
- Students will learn to publish Data to External System using Platform Events, Push Topics and Change Data Capture Events.
- Students will learn to use Postman and SOAP UI tools
- Students will learn to setup Visual Studio Code and Eclipse IDE
- Students will learn about BULK API and how to insert large sets of data using BULK API
- Students will learn to make REST API Callout from Lightning Web Component
- Students will learn to make REST API Callout from Aura Components
Who Should Attend
- Salesforce Developers who are interested to learn about integrating Salesforce with External Systems
- Students who want to learn about different Salesforce API (SOAP | REST | Batch | Streaming | Outbound Messaging | Apex Callouts)
- If you are looking to become a Senior Salesforce Developer, this course is for you.
- If you are looking to pass your Salesforce Developer Certification, this course is for you.
- If you are a junior Salesforce developer and want to improve your skills to become a Senior developer, this course is for you.
- If you are interested to learn about more advanced concepts in Salesforce Development, this course is for you.
Target Audiences
- Salesforce Developers who are interested to learn about integrating Salesforce with External Systems
- Students who want to learn about different Salesforce API (SOAP | REST | Batch | Streaming | Outbound Messaging | Apex Callouts)
- If you are looking to become a Senior Salesforce Developer, this course is for you.
- If you are looking to pass your Salesforce Developer Certification, this course is for you.
- If you are a junior Salesforce developer and want to improve your skills to become a Senior developer, this course is for you.
- If you are interested to learn about more advanced concepts in Salesforce Development, this course is for you.
Salesforce is the world’s No. 1 CRM provider with billions of transactions per day. Salesforce has one of the broadest set of integration services available with options for query, batch, and streaming.
In this course, we’ll explore all the major Salesforce Integration APIs, and see when each one is the right fit for a given situation. You’ll learn how to use each API to get data in and out of Salesforce effectively.
What are the topics we will cover in this course?
-
Overview of Salesforce APIs
-
Using SOAP API to Integrate with Enterprise Apps
-
Creating Lightweight Integrations using REST API
-
Bulk API in Salesforce
-
Consuming External Services via Apex Callouts
-
Calling External Webservice from Lightning Web Components
-
Streaming API- PushTopics, Platform Events, Change Data Capture
-
Calling External Webservice from Aura Components
-
Fetching Data from Salesforce via External System
-
Sending Data from Salesforce to Java Application using Streaming API
Course Curriculum
Chapter 1: Setting up the Environment for the course
Lecture 1: Creating a Salesforce Developer account
Lecture 2: Important Update (Enable Allow OAuth Username-Password Flows) on new orgs
Lecture 3: Overview of the Demo Application
Lecture 4: Demo: Setting up Your (Salesforce) Environment
Lecture 5: Demo: Setting up Your (Development) Environment
Chapter 2: Using Force.com SOAP APIs to integrate
Lecture 1: Overview of POSTMAN tool and installing POSTMAN on local machine
Lecture 2: Overview of SOAP API
Lecture 3: JSON Vs XML: Features of XML and JSON
Lecture 4: Authenticating SOAP API Users: Connect to Salesforce using POSTMAN
Lecture 5: Please use the Correct Endpoint URL
Lecture 6: SOAP Requests with POSTMAN: Query Account records
Lecture 7: Making SOAP API Calls using POSTMAN
Lecture 8: Working with SOAP API Headers: Mru Header
Lecture 9: How to create a record in Custom Object using SOAP API?
Lecture 10: Insert Multiple records into different object using SOAP
Lecture 11: Demo Description: Building Custom SOAP Services
Lecture 12: Demo: Creating a Custom SOAP Service
Chapter 3: Creating Lightweight Integrations with the Force.com REST API
Lecture 1: Overview of Apex REST Annotations
Lecture 2: Enable username password flow in your Org
Lecture 3: Use Postman to call a REST API
Lecture 4: Create a connected app in Salesforce: Connected Apps use the standard Oauth
Lecture 5: Authenticating REST API users
Lecture 6: Execute a SOQL Query to retrieve records
Lecture 7: Create a record using Rest API from POSTMAN
Lecture 8: Create a custom object record using REST API from POSTMAN
Lecture 9: ASSIGNMENT to create a custom object record using REST API from POSTMAN
Lecture 10: Creating a Custom REST API in Salesforce
Lecture 11: Difference between SOAP API and REST API
Chapter 4: Salesforce Integrations with External Systems
Lecture 1: Calling Salesforce from External Application
Lecture 2: Install Node JS and Visual Studio Code
Lecture 3: Host External Application on your local machine and update credentials.json file
Lecture 4: Making a REST Call from External System to fetch Salesforce Records
Chapter 5: Salesforce BULK API Overview
Lecture 1: What is Salesforce bulk API? How Bulk API works in Salesforce?
Lecture 2: How do I create a bulk API in Salesforce?
Lecture 3: Salesforce Bulk Api with Example
Lecture 4: Salesforce Bulk API: Upload records using a CSV file in salesforce
Lecture 5: Salesforce Bulk API: Create a Transformation Spec That Defines Mappings
Chapter 6: Salesforce Callouts: Invoking Callouts using Apex
Lecture 1: How to make Callouts from Salesforce?
Lecture 2: How To Enable Custom Domain In Salesforce?
Lecture 3: What is remote site setting, and how to use remote site settings in Salesforce?
Lecture 4: Create an Apex class which makes the Callout to external system
Lecture 5: How to Make HTTP Callout from Lightning component?
Lecture 6: Make HTTP Callout From Lightning Component And Show Data inside Salesforce
Chapter 7: Streaming API in Salesforce: Passing data from Salesforce to External System
Lecture 1: Overview of Streaming API in Salesforce
Lecture 2: What is a Push Topic in Salesforce? How do I create a push topic in Salesforce?
Lecture 3: Create a Push Topic in Salesforce
Lecture 4: Download Java Development Kit to setup external application
Lecture 5: Install Eclipse on your machine
Lecture 6: Import Maven Project
Lecture 7: Sending Data from Salesforce to External System using Push Topics
Lecture 8: What are Platform Events in Salesforce? How to create Platform Events ?
Lecture 9: How to publish Platform Events from Workbench?
Lecture 10: How to publish Platform Events from Apex ?
Lecture 11: What are Change Data Capture Event in Salesforce? How to create ?
Lecture 12: Sending Data from Salesforce To External System using Change Data Capture Events
Chapter 8: Integrating One Salesforce Org to Another Salesforce Org Using SOAP API
Lecture 1: How do I integrate one org to another Salesforce?
Lecture 2: Partner vs Enterprise WSDL: Difference between Partner WSDL & Enterprise WSDL
Lecture 3: How to generate Apex class from WSDL?
Lecture 4: Remote Site Settings in Salesforce
Lecture 5: Create Trigger on the Parent Salesforce System
Lecture 6: End to End walkthrough of the complete application
Lecture 7: Test the Connection between Salesforce Orgs
Chapter 9: SOAP UI
Lecture 1: What is SOAP UI and how to install SOAP UI?
Lecture 2: Invoke SOAP Service from Parent Salesforce System
Lecture 3: SOAP API Request: Login to Salesforce
Lecture 4: Create and Delete request from SOAP UI
Chapter 10: REST API Callout from LWC (Lightning Web Component)
Lecture 1: How to make a REST API callout from LWC?
Lecture 2: Install SFDX and Salesforce Extension Pack for Visual Studio Code
Lecture 3: Authorize an Org from Visual Studio Code
Lecture 4: Lightning Web Component: Create Combobox for our application
Lecture 5: Lightning Web Component: Create a Lightning button
Lecture 6: Lightning Web Component: Define the handlers for the Combobox
Lecture 7: Make a REST Call from Client Side Controller
Lecture 8: Parse Web Service Response on the UI
Lecture 9: REST API callout from Client Side Controller
Lecture 10: REST API Callout from Server Side Controller
Lecture 11: Test the application
Instructors
-
Deepika Khanna
Software Developer,Blogger,Author
Rating Distribution
- 1 stars: 26 votes
- 2 stars: 41 votes
- 3 stars: 195 votes
- 4 stars: 709 votes
- 5 stars: 1178 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple