Extensible control – HTML/JavaScript
William 8年前 (2016-12-16) 1943浏览 0评论
The first part of this mini-tutorial showed how to create necessary classes for an extensible control. We have X++ classes fo...
William 8年前 (2016-12-16) 1943浏览 0评论
The first part of this mini-tutorial showed how to create necessary classes for an extensible control. We have X++ classes fo...
William 8年前 (2016-12-16) 1933浏览 0评论
User interface in AX 7 (Dynamics 365 for Operations) is now in web browser, which forced Microsoft to make many fundamental c...
William 8年前 (2016-12-03) 1686浏览 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 9年前 (2016-11-17) 1618浏览 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 9年前 (2016-11-04) 1689浏览 0评论
AX 7 (“Microsoft Dynamics 365 for Operations”) offers a new API for getting metadata of AX elements such as table...
William 9年前 (2016-10-15) 1771浏览 0评论
Application Explorer in AX 7 allows easy filtering, which is extremely useful, because trying to locate something in AOT is w...
William 9年前 (2016-10-15) 1666浏览 0评论
If you want to allow users configure certain conditions by themselves, considering using the Expression Builder control. This...
William 9年前 (2016-07-18) 2232浏览 0评论
The new Dynamics AX (AX 7) attempts to minimize overlayering (“customization”) and promote extensions, which allo...
William 9年前 (2016-07-08) 2013浏览 0评论
I recently saw an interesting problem with labels in AX 2012 – two customizations created different labels with the sam...
William 9年前 (2016-07-03) 2455浏览 0评论
Moving Dynamics AX development to Visual Studio gave us a state-of-art IDE with many features and configuration options. For ...
William 9年前 (2016-06-30) 1958浏览 0评论
I already explained how to use code snippets and a problem you might run into, but what if you want some additional snippets?...
William 9年前 (2016-06-30) 1591浏览 0评论
In the previous blog post, I demonstrated how to use several code snippets in Visual Studio. I also mentioned that there is a...
William 9年前 (2016-06-30) 1647浏览 0评论
Code snippets, in general, are small pieces of code that often can’t be used separately, but they’re rather inten...
William 9年前 (2016-06-01) 2088浏览 0评论
There are many situations when you may want to send an e-mail from Dynamics AX. Let’s see what options we have. First o...