Це відео не доступне.
Перепрошуємо.

Salesforce and Google address autocomplete API integration | lightning tutorials for beginners

Поділитися
Вставка
  • Опубліковано 17 сер 2024
  • Salesforce integration with the google autocomplete address api. Google address autocomplete api gives address recommendations and also complete address details that can be shown on the lightning components.
    Steps:
    1. Lightning components creation with code. It includes model window to show the address recommendations.
    2. Client side controller and helper method description
    3. Server side apex code for consuming Rest API
    4. Two API's integration, one is to get address recommendations and other one to get Complete address, like Street, State, City, Country and Zip code
    Code source: github.com/nav...
    Article: www.codekiat.co...
    Subscribe to our channel for more videos on Salesforce and stay tuned.
    -------------------
    Connect with me
    -------------------
    Blog: www.codekiat.com
    Linkedin: / naveenkn456
    Twitter: / naveenkn55
    Facebook: / codekiat

КОМЕНТАРІ • 17

  • @GautamT-fh8vr
    @GautamT-fh8vr Рік тому

    This is very useful content. Can you create this on LWC

  • @ashwiniuroonkar490
    @ashwiniuroonkar490 2 роки тому

    I am not getting the recommendations and hence not able to select address from recommendations.I have created the google API key and enabled 5 APIs, Places API, Geocoding API, Geolocation API,DirectionsAPI,Map Javascript API. It prints the debug statement 'API invoked successfully'. But not giving any recommendations. Also Tried printing res.getbody() in debug statement. Not printing results.

  • @shgyan24
    @shgyan24 4 роки тому

    Could you post a video Or blog link on how you added the google places api, credentials etc. with salesforce.

  • @priyamshah7993
    @priyamshah7993 3 роки тому +1

    I am getting a error FIELD_INTEGRITY_EXECPTION
    Failed to save AddressSearch.cmp: Invalid type:AddressDetails__c:Source
    .
    .
    Can anyone help me solve this

  • @AbhishekSaxena-bu6ny
    @AbhishekSaxena-bu6ny 2 роки тому

    Could you please share the STYLE (.css) file as well. Thanks!

  • @techduniya6086
    @techduniya6086 5 років тому

    Hi ,
    I am getting below error :
    You have exceeded your daily request quota for this API. If you did not set a custom daily request quota.
    Could you please help me on this.
    Thanks

    • @codekiat
      @codekiat  5 років тому

      Hi, It is because of the API usage limit. You can give a try after 24 hours.

    • @techduniya6086
      @techduniya6086 5 років тому

      @@codekiat Its not working today as well. Do I need to add billing account in google platform ?

    • @priti4031
      @priti4031 2 роки тому

      @@techduniya6086 do we need to do it. any updates

  • @priti4031
    @priti4031 2 роки тому

    Hi, Are the services paid. Please reply

    • @naveenkn
      @naveenkn 2 роки тому

      Hi Priti, yes it's paid service. and there is a trial period for testing the API with integration. It requires registering with the card.

  • @amazingviralunique6506
    @amazingviralunique6506 4 роки тому

    Hii

  • @ajmense1781
    @ajmense1781 3 роки тому

    Is this Paid? Do we need to pay for this google API

    • @priti4031
      @priti4031 2 роки тому

      do we need to do it. any updates

  • @KamleshKumar-ok8eu
    @KamleshKumar-ok8eu 2 роки тому

    From where i can get code for this?

    • @codekiat
      @codekiat  2 роки тому

      reference: www.codekiat.com/2018/12/salesforce-and-google-api-integration.html
      code link: github.com/naveenkn456/UA-cam-Tutorials/blob/master/Salesforce%20google%20API%20integration.zip