在Dynamics Ax 2012中调用 Json 服务 / Json Service Call in Dynamics Ax 2012.
alirazazaidi 8年前 (2018-05-06) 1600浏览 0评论
Recently I got chance to call restful Json based service in Dynamics Ax 2012. I used a C# class library and then add to AOT.&...
ww12345678 的部落格 | AX Helper
alirazazaidi 8年前 (2018-05-06) 1600浏览 0评论
Recently I got chance to call restful Json based service in Dynamics Ax 2012. I used a C# class library and then add to AOT.&...
William 8年前 (2018-05-04) 1690浏览 0评论
You know that the server is running, but your RDP connection request is denied. This might be due to the introduction of the ...
Lennart Conrad 8年前 (2018-05-03) 1707浏览 0评论
Introduction This blog describes the new capabilities that allow you to migrate existing items with open inventory transactio...
William 8年前 (2018-05-01) 3063浏览 0评论
Below code helps you to call the Restful API using basic authentication method of adding Authorization header using HTTP Post...
William 8年前 (2018-04-30) 1970浏览 0评论
Recently with one of the customer i faced this issue, Each time the compile starts, it just shows the AxBuild prompt with 3 a...
William 8年前 (2018-04-28) 1971浏览 0评论
OVERVIEW This article describes alternate viewing options for document reports in Dynamics 365 for Finance & Operations a...
William 8年前 (2018-04-26) 2107浏览 0评论
If you call OData services in AX 7 (Dynamics 365 for Finance and Operations), you typically get data in JSON format, like thi...
William 8年前 (2018-04-26) 2074浏览 0评论
TARGET - Microsoft Dynamics 365 for Finance & Operations The following article walks the reader through the process of ru...
William 8年前 (2018-04-25) 2322浏览 0评论
After moving data from one server to another you need to run the RetailTenantUpdateTool powershell script. Doing this might p...
William 8年前 (2018-04-25) 1613浏览 0评论
Hi Guys, Recently i was experiencing the Upgrade and i have faced Id conflicts issue, This blog is about what i have experien...
William 8年前 (2018-04-25) 1751浏览 0评论
This is not my original blog, but i have found very good comment from Tommy Skaue on community related code deploym...
William 8年前 (2018-04-24) 1963浏览 0评论
This is an example how to print customer and item specific labels in Dynamics 365 for Finance and Operations. The labels shal...
William 8年前 (2018-04-24) 1964浏览 0评论
After installing a hotfix (Ex, KB4090327) for Retail Return Location customers have been having issues with Return Locat...
William 8年前 (2018-04-22) 2328浏览 0评论
Hi Folks,In this post let discuss about the Demo Data module in Dynamics 365 for finance and operations. Let's get started wi...
William 8年前 (2018-04-20) 1675浏览 0评论
Moving data between different instances of Dynamics 365 should be relatively easy with the Data Management framework. Microso...
William 8年前 (2018-04-20) 1750浏览 0评论
I have designed a feature where i need to send the executions logs of Batch on its completion via email, That part is done pe...
William 8年前 (2018-04-19) 1827浏览 0评论
During the testing of one of the batch job development, we occasionally encounter one weird problem, the batch job doesn't ru...
William 8年前 (2018-04-19) 2371浏览 0评论
“A connection attempt failed because the connected party did not properly respond after a period of time, or establishe...
alirazazaidi 8年前 (2018-04-19) 1486浏览 0评论
Helped a junior, build a small SSRS expression, who build hyperlink to Course page on SSRS. You can modify it with respect yo...
William 8年前 (2018-04-18) 3737浏览 0评论
I’ve recently had a requirement to integrate an external system with Dynamics AX 2012’. Here is a very basic code...