Powershell(D365FO)中的简单元数据查询 / Simple metadata query in Powershell (D365FO)
William 4年前 (2020-10-30) 825浏览 0评论
If I need to extra metadata of a D365FO application, my preferred way is the new metadata API. But sometimes the requirement ...
William 4年前 (2020-10-30) 825浏览 0评论
If I need to extra metadata of a D365FO application, my preferred way is the new metadata API. But sometimes the requirement ...
William 5年前 (2020-08-28) 938浏览 0评论
Somebody asked in the Community forum for examples of display methods in views in the standard D365FO application. It’s...
William 5年前 (2020-08-12) 1031浏览 0评论
Do you have many tabs in Visual Studio with designers and code editors and do you struggle to make sense of them? It&rsq...
William 5年前 (2020-05-22) 1013浏览 0评论
FormObservableLink class is useful for refreshing display and edit methods in D365FO. You create an instance variable of Form...
William 5年前 (2020-05-07) 909浏览 0评论
I recently ran into an unfortunate limitation of .NET Interop from X++ (in D365FO). I wanted to check if an X++ object is of ...
William 5年前 (2020-04-30) 992浏览 0评论
In 2018, I wrote the blog post Throwing managed exceptions from X++ in D365FO, where I pondered upon how throwing proper exce...
William 5年前 (2020-03-11) 1046浏览 0评论
When saving a record, I had to check which fields had changed and react in a special way if only certain fields (and not any ...
William 5年前 (2020-02-04) 1047浏览 0评论
When I read Evaldas Landauskas’s blog post Development guidelines: Prefix Vs. Suffix, I thought I would write a comment...
William 5年前 (2020-02-03) 1093浏览 0评论
The product that used to be called Microsoft Dynamics 365 for Finance and Operations (I truly don’t know how I should c...
William 6年前 (2019-08-12) 1447浏览 0评论
There is a trend in the .NET world to make time-consuming calls asynchronous, to prevent applications from getting blocked wh...
William 6年前 (2019-05-31) 1091浏览 0评论
When working with metadata in Dynamics 365 for Finance and Operation, the usual approach is using the MetadataSupport class. ...
William 6年前 (2019-02-06) 1464浏览 0评论
I’ve run into a problem that reminded me that while X++ types and corresponding CLR types (such as str and System.Strin...
William 6年前 (2019-01-25) 1283浏览 0评论
I got an .xpo file from an older version of AX with some code of interest and because it had a few thousand lines, it wasn&rs...
William 6年前 (2019-01-22) 1084浏览 0评论
I’m not sure that everybody is aware that a single event handler method (in Dynamics 365 for Finance and Operations) ca...
William 6年前 (2019-01-10) 1435浏览 0评论
This blog post explains a problem that you can run into when using reference group controls with grouped data – and a s...
William 6年前 (2018-12-01) 1359浏览 0评论
Yesterday Michael Fruergaard Pontoppidan published a brief blog post New capability in X++ : The In operator. He mentioned th...
William 7年前 (2018-10-30) 1287浏览 0评论
What I really miss in X++ is the ability to throw exception objects. If you throw an exception in X++, it’s just a numb...
William 7年前 (2018-10-28) 1299浏览 0评论
You can use Dynamics 365 > Find labels… in Visual Studio to find D365FO labels, but its capabilities are quite limi...
William 7年前 (2018-10-28) 1262浏览 0评论
Dynamics 365 for Finance and Operations runs completely in “.NET”, which has some interesting implications. The r...
William 7年前 (2018-10-12) 1982浏览 0评论
Sometimes you may want to generate a Word document from code in D365FO, which gives you much more control over the result tha...