How to get the AX info infolog value in ax 2009 / 2012 Exception handling...
static void exceptionHandling(Args _args){ CustTable cust; int i; CustProjErrorStack custProjErrorStack; ; try{ while select cust where cust.ABC_Approval != noyes::Yes {...
View ArticleDynamics AX 7 Development with Visual Studio
Greetings!I saw this video on you tube and thought to share with you. This video demonstrates how to use Visual Studio to create a Dynamics AX 7 Project and Add an EDT in AX without MorphX as we all...
View ArticleSettlements (Technical Utility methods)
Piece of code that checks if the invoice is already marked with some payment or not protected boolean checkIfAlreadyMark(CustVendTransOpen _custVendTransOpen) { specTransManager specTransManager =...
View ArticleReimagining Business Applications with Microsoft Dynamics AX
Cloud: Yes, HTML5: Yes, Visual Studio: Yes, Coming soon: Yes – Yes – Yes! Learn more here.
View ArticleAnnouncing Cumulative Update 10 for Microsoft Dynamics AX 2012 R3
Microsoft Dynamics AX 2012 R3 CU10 is now available to our customers for download on Lifecycle Services, CustomerSource and PartnerSource. Cumulative Update 10 build number is 6.3.3000.110. To...
View ArticleAnnouncing support for Team Foundation Server 2015 with AX 2012 R2 and R3
Greetings All,Here's an announcement from Microsoft re. TFS 2015 support with AX...
View ArticleX++ in AX7
These days the veil is being lifted at Convergence in Barcelona for the upcoming release of AX. This is the cue to bloggers to start spreading the word: AX7 is coming! I'm addicted to AX; it's been a...
View ArticleX++ in AX7: The var keyword
This is the new language feature that is generating most discussions. Just like C# you can now use the var keyword when declaring variables. It has the exact same semantics, and any guideline you will...
View ArticleX++ in AX7: Finally and using
Finally, X++ got support for the finally statement. It has exactly the same semantics as in C#. This means that you can now write: try {} catch {} finally {} The contents of the finally...
View Article