William
11年前 (2015-04-08) 2049浏览 0评论
Hi All,In my previous post we discussed how to configure your Azure account with LCS services and how upload LifecycleService...
William
11年前 (2015-04-01) 6185浏览 0评论
Often people will ask 'When will my Dynamics AX version no longer be supported?' This basically means, when will I be forced ...
William
11年前 (2015-03-30) 6228浏览 0评论
This Article provides information about how to configure database and windows server for Microsoft DynamicsAX. To achieve opt...
William
11年前 (2015-03-29) 2925浏览 0评论
Sharing A very good post from Blog : http://shafeaa.blogspot.in/First we are going to make sure that the AX prerequ...
William
11年前 (2015-03-27) 2106浏览 0评论
There is a bug with changeCompany keyword which prevents usage of the same initialized table buffer in different companies. F...
William
11年前 (2015-03-27) 3020浏览 0评论
In an organization where thousands (or more) of sales transaction happening every day, and here is this auto settlement requi...
William
11年前 (2015-03-23) 2685浏览 0评论
The tracing provides the user to identify the time consuming SQL Queries, transactions and different code that executes on AO...
William
11年前 (2015-03-23) 2296浏览 0评论
Hi All,In this post I will demonstrate how to configure your Azure account with LCS(LifeCycle services) project ...
William
11年前 (2015-03-21) 4103浏览 0评论
I was tinkering around with mobile apps and tools available and created a DAX Dude Dynamics AX mobile app. Pretty sweet and p...
William
11年前 (2015-03-20) 2853浏览 0评论
To set Label property of all the fields of a table in AOT, you may refer to the following code which loops through all the fi...
William
11年前 (2015-03-19) 2307浏览 0评论
Hi Folks, Here is the steps to setup the workflow in CU8. To setup workflow for first time, we need to setup it first. 1. Fi...
William
11年前 (2015-03-19) 3423浏览 0评论
This short blog post explains in detail how to use the costing sheet functionality to classify and aggregate costs.
Scenario
...
William
11年前 (2015-03-19) 1657浏览 0评论
AX2012提供两种类型的Alert,Change-based alert和Due-date-based alert,前者用于在对新建记录、删除记录、记录的某个指定字段被改变的时候发出提醒,后者则是用于监视记录日期类型的某个字段,在超期指定的日期后发...
William
11年前 (2015-03-18) 1991浏览 0评论
In Dynamics AX 2012 R3 CU8 we released checkout controls. In order to create and browse test website using these integra...
William
11年前 (2015-03-18) 2186浏览 0评论
To really impress potential buyers of Dynamics AX, it is important that we are capable to show that AX 2012 responds fast. We...
William
11年前 (2015-03-17) 2563浏览 0评论
It is often a customer requirement to check for custom validations before posting a Sales Order. The best place to ...
William
11年前 (2015-03-13) 3182浏览 0评论
This is the third in the series of blog posts focusing on the warehouse mobile device portal (WMDP). This portal was released...
William
11年前 (2015-03-12) 2414浏览 0评论
I have a terrible memory. Half of the posts on here exist only so I’ll know where to look the next time ...
William
11年前 (2015-03-11) 1774浏览 0评论
Named user license报表是用来统计各种授权类型用户数的,这里来看看报表数据具体是如何来的。这是一个SSRS的报表,最主要的数据源是来自于类SysUserLicenseCountReport定义的RDP,在SysUserLicenseC...
William
11年前 (2015-03-11) 1598浏览 0评论
运行使用RDP作为数据源的报表时,RDP类被编译成.NET的服务调用,RDP是X++的代码,它的调试是在MorphX调试器中完成。要在MorphX调试器中调试RDP的X++代码需要以下配置:添加AOS服务账号到本地Microsoft Dynamics...