在D365FO中使用数据实体 – 第一部分 / Working with Data entity in D365FO – Part I
William 6年前 (2019-05-28) 1887浏览 0评论
Hi Folks,In this post let’s see how to add custom and virtual fields on Data entities. This approach will work on both standa...
William 6年前 (2019-05-28) 1887浏览 0评论
Hi Folks,In this post let’s see how to add custom and virtual fields on Data entities. This approach will work on both standa...
William 6年前 (2019-05-18) 1337浏览 0评论
curExt(): The extension for the current companycurUserId(): current user id.funcName(): The name of the method that is execut...
William 6年前 (2019-05-13) 1790浏览 0评论
Hi Folks,In this post, I'll show how to add a new action to D365FO Odata entities which you may want to access in Logic apps ...
William 6年前 (2019-05-01) 1717浏览 0评论
Hi Folks,Most of us have used RunAs earlier and it has the same use in D365Fo as well. Sometimes we came across where we need...
William 6年前 (2019-04-26) 1438浏览 0评论
The Export to Excel feature can now be configured to allow users to export up to 1 million rows from a grid in Finance and Op...
William 7年前 (2019-03-05) 1495浏览 0评论
To delete all transaction data in a D365 FO environment, use below browser URL. Replace the values with your details and open...
William 7年前 (2019-02-25) 1737浏览 0评论
Hi Folks, Today I am going to discuss how to make a filed text/background colorful :) This could be really helpful if you wan...
William 7年前 (2019-02-21) 2265浏览 0评论
Hi Folks,The Task records are slightly different in D365FO than earlier versions. If you are not getting the 'Capture screens...
William 7年前 (2019-02-08) 1695浏览 0评论
Hi Folks,This post is about how to get QueryRange from a query object in x++ code. This is very useful when you have to ...
William 7年前 (2019-01-21) 1758浏览 0评论
Hi Folks,A list panel is an interactive control to assign multiple values to a record. It let the user select multiple record...
William 7年前 (2018-12-21) 1631浏览 0评论
Hi Folks,As we know D365FO comes with a powerful architecture for all integration using DIXF. Data entities are the only way ...
William 7年前 (2018-12-14) 1283浏览 0评论
Hi Folks,Here is a quick trick. I was trying to check-in a few objects in a solution and encounter a strange error.Error:Coul...
William 7年前 (2018-12-12) 1315浏览 0评论
Folk,Here is quick code to create the delivery address on runtime. You can use this on Purchase Requisition, Purchase order o...
William 7年前 (2018-11-15) 3141浏览 0评论
Hi Folks,This quick post about one of the error while working on Data entities,Error message: Severity Code Description Proje...
William 7年前 (2018-11-04) 1460浏览 0评论
Hi Folks,This quick post is about an error while posting a sales order. For functional they know where is the missing piece b...
William 7年前 (2018-10-28) 1664浏览 0评论
Hi Folks,Let's see how to get details on installed packages and their model and metadata hotfix detail on an environment (non...
William 7年前 (2018-10-22) 1300浏览 0评论
Hi Folks,Check out this link for the new very useful update on extensibility on D365FO.https://docs.microsoft.com/en-us/dynam...
William 7年前 (2018-10-20) 1379浏览 0评论
Hi Folks,One of our customers have few ISV and while do a get latest on source control, the system throws an error of pe...
William 7年前 (2018-10-16) 1758浏览 0评论
Hi Guys,In my last post Form Event hander methods in Dynamics 365 FO, we discussed different event handlers which a...
William 7年前 (2018-09-23) 1505浏览 0评论
Hi Folks,RecordInsertList class is really useful and fastest way to insert records in AX table(s). This method is useful...