Dynamics Ax custom WCF service with paging support
12年前 (2013-06-05) 3967浏览
Hi all, Lately I’ve been busy developing WCF services to communicate with .NET web applications. All of these web servi...
12年前 (2013-06-05) 3967浏览
Hi all, Lately I’ve been busy developing WCF services to communicate with .NET web applications. All of these web servi...
12年前 (2013-05-02) 2672浏览
Hi All, Yesterday I was struggling a bit with an InventDim form control on a custom-made form. The problem was that the produ...
13年前 (2012-10-18) 2419浏览
Hi all, Currently I’m working on a new Dynamics Ax 2012 project and for that I’m developing a lot of list pages a...
13年前 (2012-02-19) 1633浏览
Hi, Lately I’m working on some projects who experience a bad performance in Dynamics Ax. This can have multiple causes ...
14年前 (2011-10-15) 4613浏览
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...
14年前 (2011-01-21) 2141浏览
Hi, *Edit Microsoft has released a fix for this problem contact support for this* As all of you know the Image class in Dynam...
14年前 (2010-12-03) 1865浏览
Hi, A customer of mine asked me to change the font of some reports to Calibri. It all went well until we saved a report as PD...
15年前 (2010-11-20) 1766浏览
Hi all, Here is a little code snippet for you to take screen shots within a Dynamics Ax client. public void run(FormContr...
15年前 (2010-10-07) 2033浏览
Hello, This post will be all about printing from printers that are connected on the AOS instead of the client. First up is in...
15年前 (2010-08-14) 1780浏览
Hi, Ever had this error “The exception unknown software exception (0xc0000417) occured in the application at 0x00a13c18...
15年前 (2010-08-03) 1621浏览
Hi there, here is a simple job to enable SQL tracing for all your users, this quite handy for optimizing queries. (The macro&...
15年前 (2010-07-30) 3329浏览
Hi, Next post will be a little tutorial on how the RunBaseBatch framework can work multithreaded. For example in the SalesFor...
15年前 (2010-07-29) 1677浏览
Hi, Here is a simple code snippet to create Batch jobs from code. This convenient when starting a heavy load job from a user ...
15年前 (2010-07-11) 2014浏览
Many projects use an interface to import their sales orders, because of this a SalesAutoCreate class was created. This class ...
15年前 (2010-07-08) 3247浏览
While doing a small AIF project I wrote a small batch class to cleanup the AIF document log because the button on the AifDocu...