Adres opzoeken via Google maps

Voeg een command button toe op de klantkaart met onderstaande code in de OnPush trigger om een adres op te zoeken:

  • HYPERLINK(‘http://www.google.nl/maps?f=q&hl=nl&q=’ +Address+’ ‘+”Post Code”+’ ‘+City);

Gebruik onderstaand code om de route te bepalen:

  • HYPERLINK(‘http://www.google.nl/maps?f=d&hl=nl&saddr=[from street]+[from post code]+[from city]&daddr=’+Address+’ ‘+”Post Code”+’ ‘+City);

Leave a Comment.