Exposing apex Class to External Systems | Salesforce Integration | Part 4

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 17

  • @kiranreddy6155
    @kiranreddy6155 Рік тому +3

    Can't really thank you enough for making such a quality content man. Very crisp and clear on to the point. Looking forward for many such videos.
    also requesting you to make LWC content same as this . Appreciate your efforts .

  • @Theakankshapandey24
    @Theakankshapandey24 7 місяців тому +2

    Thank you so much, this is very helpful for someone who just wants to understand and see it happening in realtime without hours of theory. Appreciate your efforts.

  • @Aman-qe7sl
    @Aman-qe7sl 5 місяців тому +1

    Very nicely described and easy to understand. Very helpful.

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

    Your videos are really helpful.Small suggestion voice is little low.please improve it.

  • @Justayse703
    @Justayse703 Місяць тому +1

    Thank you!

  • @sreed-z5k
    @sreed-z5k 3 місяці тому +1

    Why can't we use an SQL statement using where clause to get the contact of a particular ID? let's say the SQL statement is [select id, Name from Contact where id = '0035j000xxx'] and the output will still be the same right?

    • @salesforcein5minutes
      @salesforcein5minutes  3 місяці тому +1

      But most of times we might get the contact id from some external system

  • @nitinnainwal
    @nitinnainwal 8 місяців тому +1

    Very very thank you brother🎉

  • @namanshetty2781
    @namanshetty2781 4 місяці тому +1

    Why do we use * after / in URL mapping here only when we have parameter that would be passed from external system?

    • @salesforcein5minutes
      @salesforcein5minutes  4 місяці тому +1

      Correct lets say thefe is a posibility that external system might send id as a parameter hence you keep the hook open using this wildcard character
      For example
      Services/apexrest/test/*
      Means i can also. Pass
      Services/apexrest/test/123

  • @sivaram5352
    @sivaram5352 Місяць тому

    Why you use sfId as key how we use key in parameter