Complete Guide for Salesforce integration With Live Scenario

Go to class
Write Review

Complete Guide for Salesforce integration With Live Scenario provided by Udemy is a comprehensive online course, which lasts for 20 hours worth of material. Complete Guide for Salesforce integration With Live Scenario is taught by Debasis Jena. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Complete guide and one stop place to learn salesforce integration with live coding which covers many real time scenarios

    What you'll learn:

    • This course is designed to learn salesforce integration using different API like SOAP and REST.
    • This course discuss about single sign on , named credentials, OAUTH and different mechanism for authentication.
    • be multiplier hero in integration soon
    • Implement many Live integration with this course.

    Introduction to salesforce Platform Integration


    Why Integration? What are the reasons to go for Salesforce Integrations?

    How easily can any application integrated with salesforce?

    Real-time scenarios on Business Level Integration


    Different types of API’s used in Salesforce Integration


    SOAP API

    What steps and design to follow for soap integration?

    Defining Web Service Classes


    Introduction to salesforce SOAP AP


    SOAP API Architecture


    Different types of WSDL files used in Salesforce Integration


    Using Salesforce Provided Web services (Enterprise, Partner, Apex and Bulk API)


    XML Introduction


    Integration one Salesforce instance to another using Partner WSDL


    Consuming external WSDL files in salesforce


    Remote site Settings


    XML Parsing for the SOAP XML responses


    Real-time Discussion and Frequently asked questions in SOAP API

    Major difference between partner WSDL and Enterprise WSDL

    Common Issues during WSDLparsing


    REST API


    Introduction to Force dot com REST API


    REST Integration Architecture


    Oauth Architecture and setup

    Oauth2.0 Flows in salesforce

    JWTBearer TokenFLOW


    Remote site Settings


    Defining connected app for integration


    Generating consumer key & consumer secret used in REST API callouts


    Creating REST Methods in Salesforce


    Apex REST Annotations


    HTTP Request and Response Classes


    JSON Parsing for the REST JSON responses


    Http Callouts in apex and its limitation Request and Response Data Considerations in Integrations


    Integration design and considerations


    Governor limits and API limits associated with Integration

    Overview of JSONand JSONclass in salesforce

    Many Live integration examples

    Integrate Salesforce org without Code using salesforce connect

    Write test class for Integration