将报表打印到电子邮件 / Report printed to e-mail
William 7年前 (2018-10-12) 1696浏览 0评论
You can easily send a D365FO report in email just by configuring print destination to Email and setting a few properties. You...
William 7年前 (2018-10-12) 1696浏览 0评论
You can easily send a D365FO report in email just by configuring print destination to Email and setting a few properties. You...
William 7年前 (2018-10-12) 1921浏览 0评论
A comment below my blog post Printing reports from code in AX2012 asked me to provide an example for D365FO. Here is it....
William 7年前 (2018-06-22) 1249浏览 0评论
I recently had to move a form to another package, because we decided to extract some functionality to its own independent pac...
William 7年前 (2018-04-26) 1904浏览 0评论
If you call OData services in AX 7 (Dynamics 365 for Finance and Operations), you typically get data in JSON format, like thi...
William 7年前 (2018-02-24) 1284浏览 0评论
A few days ago I was getting latest changes from VSTS to an AX 7 development box when it failed on a certain (custom) .dll fi...
William 8年前 (2017-10-28) 1823浏览 0评论
I’ve recently run into a problem with Recurring Integrations Scheduler and I think I won’t be the only one, there...
William 8年前 (2017-09-26) 1543浏览 0评论
You may have heard about QuartzAX, an application for file-based integration with AX 7 (Dynamics 365 for Finance and Operatio...
William 8年前 (2017-07-22) 4568浏览 0评论
If you’re familiar with SOAP web services, you likely know that they use Web Services Description Language (WSDL) to do...
William 8年前 (2017-07-22) 1751浏览 0评论
If you download AX integration samples from GitHub, you’ll see (in JsonConsoleApplication project) that you can call JS...
William 8年前 (2017-07-05) 1584浏览 0评论
I’m getting a lot of questions along the lines of “how on earth can we integrate our on-premises systems with AX ...
William 8年前 (2017-06-30) 1299浏览 0评论
The on-premises deployment option for AX 7 (Dynamics 365 for Finance and Operations, Enterprise Edition) was longed for by ma...
William 8年前 (2017-06-26) 1492浏览 0评论
This blog post isn’t directly about software development, because I’m going to look at a certain feature of Windo...
William 8年前 (2017-06-22) 1481浏览 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 8年前 (2017-06-08) 2335浏览 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 8年前 (2017-05-27) 1469浏览 0评论
Dynamics 365 for Operations (AX 7) tries to get rid of the ugly concept of “customizations”, when developers dire...
William 8年前 (2017-04-10) 1770浏览 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 8年前 (2017-04-10) 1365浏览 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 8年前 (2017-02-24) 1447浏览 0评论
Make sure you familiarize yourself with new (upcoming) deployment options for Dynamics 365 for Operations. In short, you&rsqu...
William 8年前 (2017-02-23) 2736浏览 0评论
Dynamics 365 for Operations deploys custom web services in two ways: as SOAP-based services and JSON-based services. AX devel...
William 8年前 (2017-02-03) 1947浏览 0评论
If you want to run and/or modify AX 7 (Dynamics 365 for Operations), you get a whole virtual environment configured by Micros...