February 2019
-
Business Central Sandbox is not the same as Preview
Just in case you have fallen victim of the confusion I see often in online communities, blogs, but also Microsoft official documentation: Dynamics 365 Business Central sandbox is not the same as Dynamics 365 Business Central preview. They are two different things.
-
How do I: Really set up Azure Active Directory based authentication for Business Central APIs
In just under two weeks I’ll have to present how to use OAuth 2.0 authentication to call REST APIs of Dynamics 365 Business Central. Should be easy. Not only I have already done OAuth integrations , but there is also a nice step-by-step tutorial by Microsoft specifically done for Business Central.
-
Using gulp plugins to transform files
In the last post , I explained how to use tasks, but I didn’t explain yet how to make them useful. Tasks are most useful when they automate certain file operations, and gulp helps with reading and writing files. However, if you need to perform a transformation, then you need to look for plugins that can get that work done for you.
-
Writing gulp tasks
Now that you know how to get gulp up and running in VS Code , and how to export tasks from your gulp file , let’s talk about tasks themselves. What are they, what are they good for, and how to write them. Gulp – being a task automation tool – is all about tasks.
-
Exporting tasks from gulpfile.js
In my last post I covered the very basics of getting started with gulp in VS Code. It was all about getting gulp up and running under the hood of VS Code, and about writing your very first gulp task. It didn’t do much, but it showed you what gulpfile.js is good for and how to export tasks from it, that you can later use from VS Code.
-
Getting started with gulp and VS Code
Strange times. I never stop to be amazed with the kinds tools that invaded our pristine development environments. One of those tools is gulp , and if you haven’t heard of it, don’t worry. Why should you hear of it? A couple of weeks ago I introduced my talk on gulp by explaining how I made it simplify and speed up my development of control add-ins.
-
Codeunit interfaces in AL
Nearly two and a half years ago I had a dream. It was about codeunit references and codeunit interfaces . And today, nearly two and a half years later I am still here, still having the same dream. We still cannot do codeunit interfaces in AL. But it doesn’t mean we don’t need them. We do. We badly do.