[视频]X++编程轻松入门 第10课 存储数据 表属性、添加字段
William 9年前 (2017-04-15) 1839浏览 0评论
Microsoft Dynamics AX 2012 X++编程轻松入门 第10课 存储数据 表属性、添加字段 视频:http://edu.51cto.com/course/course_id-8600.html 转载请注明:ww12345678 的...
ww12345678 的部落格 | AX Helper
William 9年前 (2017-04-15) 1839浏览 0评论
Microsoft Dynamics AX 2012 X++编程轻松入门 第10课 存储数据 表属性、添加字段 视频:http://edu.51cto.com/course/course_id-8600.html 转载请注明:ww12345678 的...
William 9年前 (2017-04-12) 2367浏览 0评论
To create a new location directive strategy, follow these steps: Create an enum extension of the WhsLocDirStrategy enum. Add ...
William 9年前 (2017-04-12) 2678浏览 0评论
Custom work types allow you easily to implement simple confirmation steps in any flow. To create new custom work type follow ...
William 9年前 (2017-04-12) 2229浏览 0评论
If you need to change the behavior of existing controls, you can subscribe to these 4 delegates on the WhsRFControlData cl...
William 9年前 (2017-04-12) 4111浏览 0评论
You can now create a new mobile device control as an extension. Here is how: Create a class that extends WhsCon...
William 9年前 (2017-04-12) 2697浏览 0评论
InventSum is needed to recalculate sometimes.We should use InventSumRecalcItem class in Dynamics AX.Sample Code :// CODE BEGI...
William 9年前 (2017-04-12) 1710浏览 0评论
You can now create a new warehouse flow on the mobile device as an extension. To enable this: Create an Enum ex...
William 9年前 (2017-04-11) 1977浏览 0评论
Table of ContentsMobile workspaces that were released in April 2017Mobile workspaces that were released in March 20...
William 9年前 (2017-04-11) 2504浏览 0评论
Issue: When deploying a package to UAT an error occurs: The running command stopped because the preference variable “Er...
William 9年前 (2017-04-10) 1915浏览 0评论
This blog post assumes that you’re familiar with generic types. If it’s not the case, I suggest you look at my pr...
William 9年前 (2017-04-10) 1513浏览 0评论
My next blog post will cover a few topics regarding generics in AX 7 and because many X++ developers aren’t familiar wi...
William 9年前 (2017-04-10) 2279浏览 0评论
Purpose: The purpose of this document is to quickly understand the underlying data model which is used by Dynamics AX to stor...
William 9年前 (2017-04-10) 1714浏览 0评论
Quick tip - Recently, I was looking to download the security tools from LCS and I was not able to find the downloadable ...
alirazazaidi 9年前 (2017-04-09) 1827浏览 0评论
Currently I am doing Report development project, I got some tips for Data manipulation , these tips I recently learned...
William 9年前 (2017-04-08) 2432浏览 0评论
Hello, Good to be back here on the blog !!! Jumping straight into topic here today about a new addition of a &helli...
William 9年前 (2017-04-07) 1880浏览 0评论
Disclaimer: In this blog post I would like to share my understanding on what is happening when customers no longer pay their ...
Mai-Britt Winther 9年前 (2017-04-05) 2176浏览 0评论
Table of ContentsUnderstand mixed mode planningRoutes and operationsMaintain master dataSchedule production operationsOperate...
William 9年前 (2017-04-05) 1961浏览 0评论
Are you wasting minutes deploying and redeploying static SSRS reports in all the languages provided with AX2012? If you only ...
William 9年前 (2017-04-05) 1464浏览 0评论
Process: Support incidents will be archived for D365 for Operations incidents involving a bug at the time bug information is ...
Mai Kirknel 9年前 (2017-04-03) 2498浏览 0评论
Table of ContentsPrerequisitesIntroductionDesigning a simple purchase order approval scenario for ContosoConclusion Prerequis...