Dynamics Ax custom WCF service with paging support
11年前 (2013-06-05) 3761浏览
Hi all, Lately I’ve been busy developing WCF services to communicate with .NET web applications. All of these web servi...
11年前 (2013-06-05) 3761浏览
Hi all, Lately I’ve been busy developing WCF services to communicate with .NET web applications. All of these web servi...
11年前 (2013-05-02) 2379浏览
Hi All, Yesterday I was struggling a bit with an InventDim form control on a custom-made form. The problem was that the produ...
11年前 (2012-10-18) 2249浏览
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...
12年前 (2012-02-19) 1472浏览
Hi, Lately I’m working on some projects who experience a bad performance in Dynamics Ax. This can have multiple causes ...
12年前 (2011-10-15) 4296浏览
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...
13年前 (2011-01-21) 1977浏览
Hi, *Edit Microsoft has released a fix for this problem contact support for this* As all of you know the Image class in Dynam...
13年前 (2010-12-03) 1738浏览
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...
13年前 (2010-11-20) 1631浏览
Hi all, Here is a little code snippet for you to take screen shots within a Dynamics Ax client. public void run(FormContr...
13年前 (2010-10-07) 1881浏览
Hello, This post will be all about printing from printers that are connected on the AOS instead of the client. First up is in...
14年前 (2010-08-14) 1648浏览
Hi, Ever had this error “The exception unknown software exception (0xc0000417) occured in the application at 0x00a13c18...
14年前 (2010-08-03) 1470浏览
Hi there, here is a simple job to enable SQL tracing for all your users, this quite handy for optimizing queries. (The macro&...
14年前 (2010-07-30) 3121浏览
Hi, Next post will be a little tutorial on how the RunBaseBatch framework can work multithreaded. For example in the SalesFor...
14年前 (2010-07-29) 1545浏览
Hi, Here is a simple code snippet to create Batch jobs from code. This convenient when starting a heavy load job from a user ...
14年前 (2010-07-11) 1869浏览
Many projects use an interface to import their sales orders, because of this a SalesAutoCreate class was created. This class ...
14年前 (2010-07-08) 3123浏览
While doing a small AIF project I wrote a small batch class to cleanup the AIF document log because the button on the AifDocu...