新的扩展点 / New extension points
William 8年前 (2018-10-16) 1500浏览 0评论
We just completed the engineering of version 8.1.1 - including more than 400 new extension points. Read more here: New extens...
William 8年前 (2018-10-16) 1500浏览 0评论
We just completed the engineering of version 8.1.1 - including more than 400 new extension points. Read more here: New extens...
William 8年前 (2018-10-16) 1825浏览 0评论
Hi Guys,In my last post Form Event hander methods in Dynamics 365 FO, we discussed different event handlers which a...
William 8年前 (2018-10-15) 1544浏览 0评论
Session Topic Area Descriptions Ignite 2018 All Sessions All Sessions All Sessions BRK2181 Common Data Sservices CDM/CDS Comm...
William 8年前 (2018-10-12) 2182浏览 0评论
Sometimes you may want to generate a Word document from code in D365FO, which gives you much more control over the result tha...
William 8年前 (2018-10-12) 1945浏览 0评论
You can easily send a D365FO report in email just by configuring print destination to Email and setting a few properties. You...
William 8年前 (2018-10-12) 2150浏览 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 8年前 (2018-10-11) 1501浏览 0评论
AX debugger is not very intuitive. As far i know you cannot set value in watch window like Visual studio
alirazazaidi 8年前 (2018-10-11) 2567浏览 0评论
Hi every one, here is another video. Perfection is enemy of best and Best is enemy of good. I spend 3 less...
alirazazaidi 8年前 (2018-10-05) 1460浏览 0评论
In Dynamics 365 for Finance and Operations cleanup routines are available across various modules within the product. It is im...
William 8年前 (2018-09-24) 1390浏览 0评论
Enterprise Resource Planning (ERP) system vendors need to customize their products according to the domain-specific requireme...
William 8年前 (2018-09-23) 1576浏览 0评论
Hi Folks,RecordInsertList class is really useful and fastest way to insert records in AX table(s). This method is useful...
William 8年前 (2018-09-21) 1794浏览 0评论
In the Dynamics 365 POS it’s possible to enable a developer mode that gives you some additional options like seeing the...
William 8年前 (2018-09-21) 1546浏览 0评论
When installing cumulative update on 8.0.4 on Tier II sandbox environment you may experience the error: “The running co...
William 8年前 (2018-09-20) 1560浏览 0评论
How to reset approved expense report document back to draft status in Dynamics 365 for Finance and Operations New functionali...
alirazazaidi 8年前 (2018-09-17) 1505浏览 0评论
Small tip, follow these steps, Create a run able class in Visual studio. in its main method write following line of cod...
alirazazaidi 8年前 (2018-09-17) 2786浏览 0评论
Very interesting scenario we faced in one customization. Requirement was very simple and developer used very code to send Ema...
William 8年前 (2018-09-15) 1814浏览 0评论
My team is on the receiving end of extensibility requests. We are getting many quality requests, that we approve immediately ...
William 8年前 (2018-09-13) 2664浏览 0评论
XDS is one of the sparkling features in Dynamics. It takes you beyond the forms achieving the ultimate data control. It ...
William 8年前 (2018-09-13) 2197浏览 0评论
Hi Guy – i hope you are doing great, Today i am sharing my experience on one of the problem i have faced recently on Fi...
William 8年前 (2018-09-11) 2144浏览 0评论
To filter data entity using an enum field, we need to use a specific query expression syntax. For example, to filter Purchase...