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

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 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

  • @skp6753
    @skp6753 5 หลายเดือนก่อน +1

    More such contents looking forward too !

  • @abhishekkumar-lr5ed
    @abhishekkumar-lr5ed 5 หลายเดือนก่อน +1

    I really love your mathod of teaching.

  • @ramgandham3544
    @ramgandham3544 5 หลายเดือนก่อน +1

    Thank you so much giving this solution Sir

  • @kasijangiti3427
    @kasijangiti3427 5 หลายเดือนก่อน +1

    Awesome explanation Ankit ji.

  • @skp6753
    @skp6753 5 หลายเดือนก่อน +1

    Nice video!

  • @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.

  • @SowjanyaB-td1rg
    @SowjanyaB-td1rg 4 หลายเดือนก่อน

    Very nice explanation . Thank you

  • @ramgandham3544
    @ramgandham3544 5 หลายเดือนก่อน +1

    Any video regarding Integrate Two Salesforce Org Using platform events

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  5 หลายเดือนก่อน

      You need middleware for that

    • @namanshetty2781
      @namanshetty2781 3 หลายเดือนก่อน

      Can you please give a reference link for this

  • @shrikantgarad-xr7tf
    @shrikantgarad-xr7tf 3 หลายเดือนก่อน

    can we update on same record trigger flow?

  • @namanshetty2781
    @namanshetty2781 3 หลายเดือนก่อน

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

  • @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

  • @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  3 หลายเดือนก่อน

      Using the get record

    • @awesomekj5812
      @awesomekj5812 3 หลายเดือนก่อน

      @@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