Extensible control – HTML/JavaScript
William 7年前 (2016-12-16) 1708浏览 0评论
The first part of this mini-tutorial showed how to create necessary classes for an extensible control. We have X++ classes fo...
William 7年前 (2016-12-16) 1708浏览 0评论
The first part of this mini-tutorial showed how to create necessary classes for an extensible control. We have X++ classes fo...
William 7年前 (2016-12-16) 1734浏览 0评论
User interface in AX 7 (Dynamics 365 for Operations) is now in web browser, which forced Microsoft to make many fundamental c...
William 7年前 (2016-12-03) 1462浏览 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 7年前 (2016-11-17) 1389浏览 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 7年前 (2016-11-04) 1488浏览 0评论
AX 7 (“Microsoft Dynamics 365 for Operations”) offers a new API for getting metadata of AX elements such as table...
William 7年前 (2016-10-15) 1498浏览 0评论
Application Explorer in AX 7 allows easy filtering, which is extremely useful, because trying to locate something in AOT is w...
William 7年前 (2016-10-15) 1442浏览 0评论
If you want to allow users configure certain conditions by themselves, considering using the Expression Builder control. This...
William 7年前 (2016-07-18) 1984浏览 0评论
The new Dynamics AX (AX 7) attempts to minimize overlayering (“customization”) and promote extensions, which allo...
William 7年前 (2016-07-08) 1761浏览 0评论
I recently saw an interesting problem with labels in AX 2012 – two customizations created different labels with the sam...
William 7年前 (2016-07-03) 2208浏览 0评论
Moving Dynamics AX development to Visual Studio gave us a state-of-art IDE with many features and configuration options. For ...
William 7年前 (2016-06-30) 1717浏览 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 7年前 (2016-06-30) 1395浏览 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 7年前 (2016-06-30) 1426浏览 0评论
Code snippets, in general, are small pieces of code that often can’t be used separately, but they’re rather inten...
William 7年前 (2016-06-01) 1828浏览 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...