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

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • In this video try to understand how to expose an apex class to external System and also understand how to use @httpget methods in salesforce and learn passing parameters to the external system.
    Learn how to make a callout to external System : • Salesforce Integration...

Комментарии • 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.

  • @ayseyilmaz6060
    @ayseyilmaz6060 Месяц назад +1

    Thank you!

  • @nitinnainwal
    @nitinnainwal 7 месяцев назад +1

    Very very thank you brother🎉

  • @sreed-z5k
    @sreed-z5k 2 месяца назад +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  2 месяца назад

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

  • @VenusriM
    @VenusriM 4 месяца назад +1

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

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