从X ++调用异步方法 / Calling async method from X++
William 7年前 (2019-08-12) 1707浏览 0评论
There is a trend in the .NET world to make time-consuming calls asynchronous, to prevent applications from getting blocked wh...
William 7年前 (2019-08-12) 1707浏览 0评论
There is a trend in the .NET world to make time-consuming calls asynchronous, to prevent applications from getting blocked wh...
William 7年前 (2019-08-02) 1488浏览 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-21) 2743浏览 0评论
Products: Dynamics 365 for Finance and Operations Microsoft Flow Azure messaging service Purpose: The purpose of this blog is...
William 7年前 (2019-07-19) 1248浏览 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) 1571浏览 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...
alirazazaidi 7年前 (2019-07-18) 2340浏览 0评论
I faced this problem while restoring staging database from 8.0 to latest version. Microsoft did not provide any solution to e...
alirazazaidi 7年前 (2019-07-16) 1828浏览 0评论
Hi all, today I got opportunity to change color of Grid Cell based on some condition. I achieved this by following code ...
William 7年前 (2019-07-10) 1689浏览 0评论
Product: Dynamics 365 for Finance and Operations Common Data Service Purpose: The purpose of this blog is to demonstrate how ...
William 7年前 (2019-07-09) 2067浏览 0评论
Product: Dynamics 365 for Finance and Operations Purpose: The purpose of this blog is to explain how can we resolve the versi...
William 7年前 (2019-07-06) 1507浏览 0评论
Today we will talk about the objects' IDs and SQLDictionary table from SQL Server. Each object in AX (mainly classes, t...
alirazazaidi 7年前 (2019-06-21) 1965浏览 0评论
Hi, There are many scenario, when we do calculation and bind it with Grid in dynamics 365 for finance and operations. For the...
alirazazaidi 7年前 (2019-06-21) 1799浏览 0评论
During development, I got this error, when try to type newly created class that need to be run in batch processing. That clas...
William 7年前 (2019-06-20) 1815浏览 0评论
There are times when clients want to start hierarchy approval from a specific worker and not from the one who initiated the w...
William 7年前 (2019-06-03) 1781浏览 0评论
Welcome to the world of One Version, where we’ve modernized the service updates for Dynamics 365 for Finance and Operat...
William 7年前 (2019-05-31) 1528浏览 0评论
Sometimes the smallest thing can make a huge difference. At a customer we experienced a huge load (DTU +70% average),Continue...
William 7年前 (2019-05-31) 1339浏览 0评论
When working with metadata in Dynamics 365 for Finance and Operation, the usual approach is using the MetadataSupport class. ...
alirazazaidi 7年前 (2019-05-28) 1929浏览 0评论
I faced database Synch Error after deploying latest code to my Onebox VM. The internal time zone version number ...
William 7年前 (2019-05-28) 2012浏览 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...
alirazazaidi 7年前 (2019-05-22) 1857浏览 0评论
During Save as pdf custom report throw following error. Unable to connect to the remote server at Microsoft.WindowsAzu...
William 7年前 (2019-05-18) 1435浏览 0评论
curExt(): The extension for the current companycurUserId(): current user id.funcName(): The name of the method that is execut...