Author: Dennis Reinecke

make documents visible in NAV/BC

With the move to webclient-only Microsoft enables alot of new possibilities. Today we want to take a look on how we can make documents visible to the user without downloading them. Every browser is able to show documents like PDFs directly without any special libary. We can use this and just using a <iframe /> […]

READ MORE

Working with JSON

Since AL programming is avaible it is pretty easy to work with json.AL supports us with JsonObject, JsonArray, JsonValue and JsonToken, which can be one of the other three types. Let us check some code examples, how you can consume and work with JSON data.We receiving following JSON array and need to import it into […]

READ MORE