Collect AX 2012 event traces with Windows Performance Monitor
Sam Peng 14年前 (2011-11-18) 2369浏览
Users can collect AX 2012 event traces with the Tracing Cockpit tool (see previous posting ), the xClassTrace X++ class or th...
Sam Peng 14年前 (2011-11-18) 2369浏览
Users can collect AX 2012 event traces with the Tracing Cockpit tool (see previous posting ), the xClassTrace X++ class or th...
William 14年前 (2011-11-18) 4316浏览 0评论
The following is a quick utility function that can be used to send an email via a configured SMTP server. See comment in the ...
William 14年前 (2011-11-15) 15544浏览 0评论
本主题概述了Microsoft Dynamics 365 for Finance and Operations联机服务的生命周期和支持策略。 现代生命周期政策 现代生命周期政策涵盖Dynamics 365财务和运营在线服务。现代生命周期政策涵盖持续服...
Tao Wang - Microsoft Dynamics AX 14年前 (2011-11-07) 2767浏览
Microsoft Dynamics AX 2012 includes many UX enhancements, such as list pages, ribbons, fact boxes, preview panes, fast...
Stella Chen 14年前 (2011-11-05) 2610浏览
In Microsoft Dynamics AX 2012, we made compiler changes to make the X++ language more reliable and to prevent problems that m...
chwolf 14年前 (2011-10-26) 1898浏览
As of now the “Day in the Life Benchmark” for Microsoft Dynamics AX 2012 is available for download. It showcases ...
William 14年前 (2011-10-25) 3723浏览 0评论
原文地址:http://www.simple-talk.com/sql/reporting-services/ten-common-sql-server-reporting-services-challenges-and-solutions/http...
Kevin Roos 14年前 (2011-10-15) 4839浏览
Hi, Some time ago I’ve found out that you can implement a form into a RunBase dialog, this has the advantage that you c...
Sellakumaran Kanagarathnam 14年前 (2011-10-14) 1984浏览
Keeping track of multiple users’ activities as they do their work in the system is of great benefit when we run into pr...
Sam Peng 14年前 (2011-10-11) 1973浏览
We want to make Microsoft Dynamics AX 2012 Trace Parser (Trace Parser 2012) available for AX 2009 customers and have just upl...
William 14年前 (2011-10-06) 2390浏览 0评论
I've posted a quick add-on for Dynamics Ax 2012 installations that allows an on-screen chart to be generated from any form. T...
Karl Simonsen 14年前 (2011-10-06) 3131浏览
In X++ you can optionally declare a string to have a specified maximum length: str 5 maxLen5String; Semantical...
William 14年前 (2011-09-29) 3025浏览 0评论
List pages are a new concept in Ax2012. Enterprise Portal in Ax2009 had them to some extent but now they're used as the main ...
William 14年前 (2011-09-29) 2804浏览 0评论
This is a quick overview of the main tables involved in the address book functionality of Ax2012.In Ax2009, the integration b...
William 14年前 (2011-09-28) 3474浏览 0评论
The Chart of accounts structure in Ax2012 has changed significantly from previous versions. In Ax2009, any table that stored ...
William 14年前 (2011-09-23) 2892浏览 0评论
INTRODUCTION This article describes how to enable X++ debugging if the following conditions are true This article describes h...
Ashish Gupta MBS 14年前 (2011-09-20) 3809浏览
In Microsoft Dynamics AX 2012 we have interoperability features that enable your .NET Framework C# code to call methods on AX...
William 14年前 (2011-09-20) 7026浏览 1评论
原帖: http://www.mbscn.net/thread-3865-1-1.html Grid中使用display方法的问题与解决办法 最近做一个项目,用到了display方法,但是怎么做都会出现Grid中某字段的内容跟随光标变化而变化的问题....
davidre_msft 14年前 (2011-09-12) 2415浏览
Correct configuration of the tempdb database is crucial for Dynamics AX workloads. Two of the key recommendations are to main...
Andres Martinez Andrade 14年前 (2011-09-08) 5574浏览
The global methods buf2con and con2buf are used on X++ to convert table buffers into containers and vice versa. New functiona...