以管理员身份运行 Visual Studio / Visual Studio – run as administrator
William 12个月前 (03-23) 259浏览 0评论
This is something that I generally forget whenever I create a new dev-box. Visual Studio needs to be running as Administrator...
William 12个月前 (03-23) 259浏览 0评论
This is something that I generally forget whenever I create a new dev-box. Visual Studio needs to be running as Administrator...
alirazazaidi 1年前 (2019-12-03) 616浏览 0评论
Hello, welcome to this post, In this post I will explain about navigation concept. If we go through the skilled measured P...
alirazazaidi 3年前 (2018-07-02) 891浏览 0评论
I found a array based field in TSTimesheetLineWeek table, Field TSWeeklyHours Now challenge is to enabled field based on Arr...
alirazazaidi 4年前 (2017-08-22) 1404浏览 0评论
Today I face the very strange behavior of X++ code. We develop customization. We generate transfer and issuance through X++. ...
William 5年前 (2016-07-25) 1755浏览 0评论
static void TIDgetTax(Args _args) { TaxAmount tax; CustInvoiceTrans CustInvoiceTrans; ; CustIn...
William 5年前 (2016-07-18) 1857浏览 0评论
This is a follow-up to my initial blog post how to extend the SalesTable2Line Framework from 2011. However, this post is a wa...
William 5年前 (2016-07-18) 1285浏览 0评论
public static container UserInfoByIDRequest(str _storeName, str _idType, str _idNo, str _extRef,str _username = ""...
William 5年前 (2016-07-06) 1756浏览 0评论
Best Practice Error Only foreign key constraints are allowed on this table How to rectify this best practice error. For Cust...
William 5年前 (2016-06-03) 1562浏览 0评论
Purpose: The purpose of this document is to describe how Dynamics AX technically stores the data of virtual company accounts ...
William 5年前 (2016-04-06) 1653浏览 0评论
It is a common request from customers to be able to audit security changes made for users in Dynamics AX. The most common req...
William 5年前 (2016-03-17) 1465浏览 0评论
A lot of changes have taken place in the X++ language and to align it close to the C# model which is where we want to be. The...
William 5年前 (2016-02-01) 1608浏览 0评论
Purpose: The purpose of this document is to illustrate how we can print an SSRS report in PDF format to disk or file-system i...
William 5年前 (2015-12-28) 2259浏览 0评论
Purpose: The purpose of this document is to illustrate how we can cancel a posted product receipt in X++. Business requiremen...
William 5年前 (2015-12-28) 2510浏览 0评论
Purpose: The purpose of this document is to illustrate how we can correct a posted product receipt in X++ using PurchParmTabl...
William 5年前 (2015-12-28) 3294浏览 0评论
Purpose: The purpose of this document is to illustrate how we can confirm purchase orders in X++ using PurchParmTable table a...
William 5年前 (2015-10-22) 2274浏览 0评论
Purpose: The purpose of this document is to illustrate how we can create and post product receipts of purchase orders in X++....
William 6年前 (2015-06-15) 2385浏览 0评论
One of the possible technical tools that exists when developing solutions in Dynamics AX, and inside X++ is Threads. This is ...
William 6年前 (2015-06-09) 3840浏览 0评论
At work we’ve recently discussed how to calculate a customers invoice amount for multiple years. One idea was to loop over th...
William 6年前 (2015-06-01) 3557浏览 0评论
Microsoft Dynamics AX 2012 Xpp - Routes Import Purpose: The purpose of this document is to illustrate how to write a req...
William 6年前 (2015-06-01) 2581浏览 0评论
Microsoft Dynamics AX 2012 Xpp – BOMs Import Purpose: The purpose of this document is to illustrate how to write a requi...