Callout using Flow | Integrate Two Salesforce Org Using Record Triggered flow

Поділитися
Вставка
  • Опубліковано 29 вер 2024
  • Topmate Link for One-to-One Connect
    topmate.io/tec...
    Salesforce Interview Questions and Answers
    • Salesforce Interview Q...
    LWC Bootcamp
    • LWC Bootcamp Free | Li...
    Salesforce Integration
    • Salesforce Integration...
    Salesforce Advanced Flows
    • Advanced Salesforce Fl...
    Salesforce Projects
    • LWC Projects
    REST Api Developer Guide - Create Record
    developer.sale...
    Connect Postman to Salesforce
    • Connect Postman to Sal...
    Learn how to seamlessly connect and automate processes between two Salesforce orgs using Record-Triggered Flow. In this tutorial, we'll walk you through step-by-step on how to set up this integration, allowing for efficient data synchronization and streamlined workflows.
    Key Points:
    Introduction to Record-Triggered Flow: Understand the basics of Record-Triggered Flow and its capabilities for automating processes.
    Preparing Your Salesforce Orgs: Ensure that both Salesforce orgs are set up correctly and have the necessary permissions for integration.
    Establishing Connection: Learn how to establish a secure connection between the two Salesforce orgs to enable data exchange.
    Configuring Record-Triggered Flow: Step-by-step guide on setting up the flow to trigger actions when specific records are created or updated.
    Handling Data Synchronization: Implement strategies to synchronize data between the two orgs, maintaining consistency and accuracy.
    Testing and Deployment: Test the integration thoroughly to ensure it functions as expected before deploying it into production environments.
    Best Practices and Considerations: Explore best practices and considerations for optimizing performance, security, and scalability of the integration.
    Whether you're a Salesforce administrator, developer, or consultant, mastering the art of integrating Salesforce orgs using Record-Triggered Flow can greatly enhance your organization's efficiency and productivity. Watch this tutorial now to unlock the full potential of your Salesforce ecosystem!
    #salesforce #salesforceflow #salesforceintegration #techjourneywithankit #salesforceadmin #salesforceadministrator #salesforcedevelopers

КОМЕНТАРІ • 33

  • @abhishekkumar-lr5ed
    @abhishekkumar-lr5ed 5 місяців тому +1

    I really love your mathod of teaching.

  • @kasijangiti3427
    @kasijangiti3427 5 місяців тому +1

    Awesome explanation Ankit ji.

  • @RishabhJain-u8z
    @RishabhJain-u8z 5 місяців тому +1

    Hey Ankit, I have a requirement where I want to use accordion inside a datatable. How can I implement this as datatable not support accordion.

  • @ramgandham3544
    @ramgandham3544 5 місяців тому +1

    Any video regarding Integrate Two Salesforce Org Using platform events

  • @shrikantgarad-xr7tf
    @shrikantgarad-xr7tf 3 місяці тому

    can we update on same record trigger flow?

  • @vivekuppala7658
    @vivekuppala7658 2 місяці тому

    Hi, can we use this approach of creating same records in 3 child orgs?(if in Org A an record is created, then the same record should be created in Org B and Org C and Org D, can we use the approach you've explained in the video??) if yes can you please suggest the process

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  2 місяці тому

      It is not a logical scenario, buddy. Why anyone want to create this many duplicates? Your hypothetical scenario will time out

    • @vivekuppala7658
      @vivekuppala7658 2 місяці тому

      @@TechJourneyWithAnkit hi thanks for the reply, sorry for the confusion let me correct myself
      We have a requirement to create user in prod by automation (we are using flow) and then based on few conditions same user should be created in lower environments which are dev, QA, UAT, can you suggest any approach to achieve this

  • @namanshetty2781
    @namanshetty2781 3 місяці тому

    Sir can you make a video of Rest API integration using apex

  • @awesomekj5812
    @awesomekj5812 3 місяці тому

    how do we include duplicate checks in this flow like only create record if not exists ? Will we use PUT in that scenario instead of POST ?

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  2 місяці тому

      Using the get record

    • @awesomekj5812
      @awesomekj5812 2 місяці тому

      @@TechJourneyWithAnkit Why get Record and not PUT which does the upsert kind of functionality ?

  • @skp6753
    @skp6753 5 місяців тому +1

    during authentication getting ip restricted error.

    • @skp6753
      @skp6753 5 місяців тому

      From where I can check this

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  5 місяців тому

      Make sure your profile have no login ranges and you have defined correct scope on Auth. provider

    • @skp6753
      @skp6753 5 місяців тому

      @@TechJourneyWithAnkit In connected app : used IP relaxation as "Enfore IP restriction" and it worked.

    • @skp6753
      @skp6753 5 місяців тому

      Also how can I do this using change data trigger CDC ? I have see your video of CDC and subscribe using LWC but how to sync connect and send data to another org using cdc

  • @Ranjan-ij3ob
    @Ranjan-ij3ob 4 місяці тому

    Hi Ankit, I am getting this error while authenticating the Principal after entering the login access of org B's credentials
    We can’t log you in because of an authentication error. For help, contact your Salesforce administrator.

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  4 місяці тому

      Check if permission set is attached to the user. Also validate if correct scope is defined at authentication provider

  • @ramgandham3544
    @ramgandham3544 5 місяців тому +1

    Thank you so much giving this solution Sir

  • @skp6753
    @skp6753 5 місяців тому +1

    More such contents looking forward too !

  • @skp6753
    @skp6753 5 місяців тому +1

    Nice video!

  • @SowjanyaB-td1rg
    @SowjanyaB-td1rg 3 місяці тому

    Very nice explanation . Thank you