Save storage with data deduplication
William 2年前 (2017-06-26) 434浏览 0评论
This blog post isn’t directly about software development, because I’m going to look at a certain feature of Windo...
William 2年前 (2017-06-26) 434浏览 0评论
This blog post isn’t directly about software development, because I’m going to look at a certain feature of Windo...
William 2年前 (2017-06-21) 604浏览 0评论
In this blog post, I briefly recapitulate how to throw and catch exceptions in X++ and introduce a new way of handling CLR ex...
William 2年前 (2017-06-08) 833浏览 0评论
I see a lot of confusion regarding Microsoft Flow and Logic Apps, so let me very briefly explain what they are and when you s...
William 2年前 (2017-05-26) 475浏览 0评论
Dynamics 365 for Operations (AX 7) tries to get rid of the ugly concept of “customizations”, when developers dire...
William 2年前 (2017-04-10) 639浏览 0评论
This blog post assumes that you’re familiar with generic types. If it’s not the case, I suggest you look at my pr...
William 2年前 (2017-04-10) 486浏览 0评论
My next blog post will cover a few topics regarding generics in AX 7 and because many X++ developers aren’t familiar wi...
William 2年前 (2017-02-24) 470浏览 0评论
Make sure you familiarize yourself with new (upcoming) deployment options for Dynamics 365 for Operations. In short, you̵...
William 2年前 (2017-02-23) 937浏览 0评论
Dynamics 365 for Operations deploys custom web services in two ways: as SOAP-based services and JSON-based services. AX devel...
William 2年前 (2017-02-03) 762浏览 0评论
If you want to run and/or modify AX 7 (Dynamics 365 for Operations), you get a whole virtual environment configured by Micros...
William 2年前 (2016-12-16) 652浏览 0评论
The first part of this mini-tutorial showed how to create necessary classes for an extensible control. We have X++ classes fo...
William 2年前 (2016-12-16) 717浏览 0评论
User interface in AX 7 (Dynamics 365 for Operations) is now in web browser, which forced Microsoft to make many fundamental c...
William 2年前 (2016-12-03) 605浏览 0评论
Five years ago, I wrote a blog post called Assembly containing a given type, demonstrating how to find the assembly where a g...
William 2年前 (2016-11-17) 573浏览 0评论
Installing deployable packages to an AX 7 environment can often be done just by a few clicks on LCS (as described in Apply a ...
William 2年前 (2016-11-03) 570浏览 0评论
AX 7 (“Microsoft Dynamics 365 for Operations”) offers a new API for getting metadata of AX elements such as table...
William 2年前 (2016-10-15) 601浏览 0评论
Application Explorer in AX 7 allows easy filtering, which is extremely useful, because trying to locate something in AOT is w...
William 2年前 (2016-10-14) 622浏览 0评论
If you want to allow users configure certain conditions by themselves, considering using the Expression Builder control. This...
William 3年前 (2016-07-18) 1118浏览 0评论
The new Dynamics AX (AX 7) attempts to minimize overlayering (“customization”) and promote extensions, which allo...
William 3年前 (2016-07-07) 741浏览 0评论
I recently saw an interesting problem with labels in AX 2012 – two customizations created different labels with the sam...
William 3年前 (2016-07-03) 749浏览 0评论
Moving Dynamics AX development to Visual Studio gave us a state-of-art IDE with many features and configuration options. For ...
William 3年前 (2016-06-30) 820浏览 0评论
I already explained how to use code snippets and a problem you might run into, but what if you want some additional snippets?...