Episode 8 - Integrate Salesforce with external system using REST API

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

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

  • @FirstLast-cy8og
    @FirstLast-cy8og 3 ปีที่แล้ว

    this is gold, I felf like I was in a meeting with my year old colleague discussing ideas

  • @AdityaSharma-tc2qh
    @AdityaSharma-tc2qh 5 ปีที่แล้ว +2

    Amazing video for beginners... explained the basics flawlessly and clearly.. loved it.

  • @alosen5370
    @alosen5370 5 ปีที่แล้ว +2

    Thank you for explaining the concepts in such a simple way.

  • @anilgandhi
    @anilgandhi 4 ปีที่แล้ว

    Very good class, Teacher is really good. addressed some really key concepts like Rest WS really well.

  • @naveensfdc8774
    @naveensfdc8774 4 ปีที่แล้ว

    Understood clearly and simple way. Thank you Jitendra..

  • @aparna3949
    @aparna3949 3 ปีที่แล้ว

    It is the best integration video. Thank you very much.

    • @user-dn9fo8xl8o
      @user-dn9fo8xl8o 3 ปีที่แล้ว

      Hi do you know the limitations of Connected App for API hitting??

  • @nallurinaresh4896
    @nallurinaresh4896 5 ปีที่แล้ว +1

    Great content Jitendra... The way you explained, I am sure a BA can start coding if they go through this video :-) Keep rocking and thanks for helping the salesforce community...

  • @juhimehta8702
    @juhimehta8702 5 ปีที่แล้ว

    Great content and very helpful for understanding it as well.

  • @darrellgallegos6997
    @darrellgallegos6997 4 ปีที่แล้ว

    Jitendra Zaa great series.
    The question I have is about the format that is returned in the example. The keys have these "prefixes" e.g '01 'symbol, '02 'open, '03 'high, etc.
    How do you handle these? I was able to build a lightning component to display the returned values onclick but I am not understanding how to trim these values.

  • @nehakumari-lm2wl
    @nehakumari-lm2wl 4 ปีที่แล้ว +1

    Hi Jitendra,
    is there any difference between to use HttpRequest h= new HttpRequest () and @RestResource.
    As per my understanding we are calling a external Services .So why we are calling in these two format.Please clear my doubt on this .If possible then please make a video with example. Thanks

    • @xypq8310
      @xypq8310 4 ปีที่แล้ว

      Based on my understanding @RestResource(/urlMapping='/object/*' is used at class level, and enables you to expose an Apex class as a REST resource.
      The other method gets/accesses/consumes data from external resource into Salesforce.
      Both are different in terms of direction of data-flow.

  • @alokaryan83
    @alokaryan83 3 ปีที่แล้ว

    Can someone please tell how to get the API which Jitendra is using..

  • @Bilalkhan-xx5cr
    @Bilalkhan-xx5cr 3 ปีที่แล้ว

    Do we have open source Rest API for SalesForce?

  • @gauravbhardwaj5374
    @gauravbhardwaj5374 5 ปีที่แล้ว

    Please make video
    On interview question

  • @aslambagwan6032
    @aslambagwan6032 2 ปีที่แล้ว +1

    Thanks

  • @vikharful
    @vikharful 4 ปีที่แล้ว

    How did you get your API key ?

  • @shareknowledgeintelugu2425
    @shareknowledgeintelugu2425 4 ปีที่แล้ว

    Hi sir,
    You are explanation way very nice.
    I have a doubt.
    How can get external-end point URL.
    REST API how many records manage at a time?
    Ex: will inset 1000 million records is this handle or not?
    Kindly reply sir

  • @narendrajangir9904
    @narendrajangir9904 5 ปีที่แล้ว

    Sir, I have one question. Can we integrate salesforce org to other salesforce org without using API and salesforce connect?

    • @gauravbhardwaj5374
      @gauravbhardwaj5374 5 ปีที่แล้ว

      yes you can done with data loader

    • @meet2sandy1
      @meet2sandy1 4 ปีที่แล้ว

      Yes, you can do it using REST api