快速修复10:Dynamics 365 FO-App检查器 / QuickFix-10: Dynamics365FO-AppChecker
William 6年前 (2020-01-27) 1279浏览 0评论
The Dynamics Application checker is a set of technologies that allow developer to gain insight into their application code (i...
William 6年前 (2020-01-27) 1279浏览 0评论
The Dynamics Application checker is a set of technologies that allow developer to gain insight into their application code (i...
William 6年前 (2020-01-20) 1333浏览 0评论
Every cloud implementation of D365 Finance and operations offers three types of environments.Tier-1 environment: Tier 1 envir...
William 6年前 (2019-12-22) 1063浏览 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) 1962浏览 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 7年前 (2019-09-02) 3921浏览 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) 1389浏览 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) 1426浏览 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) 1193浏览 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) 1525浏览 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) 1952浏览 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) 1390浏览 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) 1848浏览 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) 1778浏览 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) 1508浏览 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) 1543浏览 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) 1805浏览 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) 2364浏览 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) 1757浏览 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) 1827浏览 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) 1690浏览 0评论
Hi Folks,As we know D365FO comes with a powerful architecture for all integration using DIXF. Data entities are the only way ...