Constants in C/AL

Let’s start this post with a little example: In the MSXML library, the XMLDocument class has a method called CreateNode, which accepts an integer representing the desired node type as its first parameter. Bron : Zen & the Art of C/SIDE development Lees meer...

Constants in C/AL

Let’s start this post with a little example: In the MSXML library, the XMLDocument class has a method called CreateNode, which accepts an integer representing the desired node type as its first parameter. Bron : Zen & the Art of C/SIDE Development Lees meer...

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);