William
6年前 (2019-12-22) 1052浏览 0评论
Dynamics 365 Talent is now Dynamics 365 Human ResourcesNew updates are on the way for D365 Talent, checkout below linksBuildi...
William
6年前 (2019-10-24) 1947浏览 0评论
Hi Folks,Let's see how to create a CSV or TXT file through X++ code and later save that on local folder.In code there is the ...
William
6年前 (2019-09-02) 3910浏览 0评论
Hi Folks,In D365FO advance bank reconciliation is a feature to import bank statement file and automatically reconcile with re...
William
7年前 (2019-08-23) 1372浏览 0评论
Feature management OR Flighting is a new concept introduced by Microsoft from D365FO version 10.0 that allows turning on new ...
William
7年前 (2019-08-02) 1407浏览 0评论
If you want to check if the code is running either on the batch or locally, call below method.1. For sysOperation framework: ...
William
7年前 (2019-07-19) 1178浏览 0评论
Here is a quick link that describes all the string run time functions in x++.https://docs.microsoft.com/en-us/dynamics365/uni...
William
7年前 (2019-07-19) 1510浏览 0评论
How to compare an AOT object in D365FO.If you received a project export (.axpp file) and you want to see what's the changes b...
William
7年前 (2019-05-28) 1940浏览 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
7年前 (2019-05-18) 1377浏览 0评论
curExt(): The extension for the current companycurUserId(): current user id.funcName(): The name of the method that is execut...
William
7年前 (2019-05-13) 1833浏览 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
7年前 (2019-05-01) 1762浏览 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
7年前 (2019-04-26) 1489浏览 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) 1534浏览 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) 1790浏览 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) 2336浏览 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) 1740浏览 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) 1809浏览 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) 1674浏览 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) 1321浏览 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) 1364浏览 0评论
Folk,Here is quick code to create the delivery address on runtime. You can use this on Purchase Requisition, Purchase order o...