Integration using named credentials salesforce | Part 2

Sdílet
Vložit
  • čas přidán 20. 08. 2024
  • Learn how to do integration using named credentials in salesforce and why exactly do we use named credentials in Salesforce.
    At Salesforce in 5 minutes we believe teaching difficult concepts within 5 minutes or less
    Basic Integration Video : • Salesforce Integration...

Komentáře • 19

  • @ghousedada8399
    @ghousedada8399 Před 4 měsíci +2

    superb bro

  • @oyeorama
    @oyeorama Před 10 měsíci +1

    Thanks for putting in the effort. But this needs to be updated with the external credential

  • @jyotsna4997
    @jyotsna4997 Před 11 měsíci +1

    Very helpful great job sir 💯👏

  • @learnwithkids3471
    @learnwithkids3471 Před 7 měsíci +1

    Subscribed in 1 min

  • @smritisharan-sfdcamplified
    @smritisharan-sfdcamplified Před 2 měsíci

    dont use legacy but the new one where you have to create external cred

  • @mathurmehul
    @mathurmehul Před rokem +1

    And I have subscribed !! Great videos!! 😊

  • @shubhampatidar1814
    @shubhampatidar1814 Před 10 měsíci +1

    Thank you

  • @mathurmehul
    @mathurmehul Před rokem +2

    I have a doubt here. In that case, we can make use of Metadata as well. So, how the usage of Named credentials differ from Metadata?

    • @salesforcein5minutes
      @salesforcein5minutes  Před rokem +2

      Metadata wont be able to authorize the end point but if you have a endpoint in that case salesforce always checks whether end points are provided in named credentials or remote site settings and does not look in meta data.
      Instead metdata is mostly used to make your code configurable and not used to authorize the end points

  • @andhravantalu7535
    @andhravantalu7535 Před 11 měsíci +1

    What is the main difference between remote site settings and named credentials??

    • @salesforcein5minutes
      @salesforcein5minutes  Před 11 měsíci +2

      Remote site settings are used to store the end point url and also authorize end point url but named credentials are used to store end point url and also store authentication details

  • @nishagadling9282
    @nishagadling9282 Před 10 měsíci

    Great one....but what then external credentials there

    • @salesforcein5minutes
      @salesforcein5minutes  Před 10 měsíci

      What do u mean by external credentials? If you want you can create consumer key and consumer secret of your external system and then insert them in auth providers and insert same auth in named credentials and then finally you can authenticate with external system