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

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2024

ความคิดเห็น • 35

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

    More such contents looking forward too !

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

    I really love your mathod of teaching.

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

    Awesome explanation Ankit ji.

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

    Thank you so much giving this solution Sir

  • @RishabhJain-u8z
    @RishabhJain-u8z 6 หลายเดือนก่อน +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.

  • @navyashreebm4274
    @navyashreebm4274 29 วันที่ผ่านมา

    Thank you so much for the detailed explanation. Please create video on Omni studio and marketing cloud concepts

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

    Nice video!

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

    Very nice explanation . Thank you

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

    can we update on same record trigger flow?

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

    Any video regarding Integrate Two Salesforce Org Using platform events

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

      You need middleware for that

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

      Can you please give a reference link for this

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

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

      Using the get record

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

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

  • @vivekuppala7658
    @vivekuppala7658 4 หลายเดือนก่อน

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

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

    • @vivekuppala7658
      @vivekuppala7658 4 หลายเดือนก่อน

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

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

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

    during authentication getting ip restricted error.

    • @skp6753
      @skp6753 7 หลายเดือนก่อน

      From where I can check this

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

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

    • @skp6753
      @skp6753 7 หลายเดือนก่อน

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

    • @skp6753
      @skp6753 7 หลายเดือนก่อน

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

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

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