X++ 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 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
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 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 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 ArticleReimagining Business Applications with Microsoft Dynamics AX
Cloud: Yes, HTML5: Yes, Visual Studio: Yes, Coming soon: Yes – Yes – Yes! Learn more here.
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 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 ArticleHow 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 Article[AX2012] Fetching a Label value from SQL
Coming from my previous blog post Get list of security roles with name , I extracted the label via SQL. I had to break up the Label ID into the Module and then the number. This allowed me to then query...
View ArticleAnti-Virus Exclusions for SQL Server, SSRS and Dynamics AX AOS Servers for...
This post is about sharing my experience where I helped some clients to improve their overall application performance.Quite often I have seen, we neglect the anti-virus softwares which run on our...
View Article[AX2012] Get list of security roles with name
To get export the security roles along with the AOT name of the security will need you to either write something in X++ or go into SQL I went the SQL route and this is my code: select S.AOTNAME, L.Text...
View ArticleFix corrupt AX Install/Uninstall files using Microsoft Fixit
Greetings!Got this error 1721 about Windows Installer when trying to do an uninstall of Dynamics AX 2012 R3 Client Visual Studio developer tools.Solution:The fix was to use Microsoft Fixit to do a...
View ArticleWoflow AX 2009 and AX 2012
Purchase order workflow -> enable and disable the posting buttons.\Classes\PurchTableType\mayInvoiceBeUpdated //For PO workflow begin select firstonly workflowConfigurationTable where...
View ArticleGeneral Update
In case you hadn't noticed... I haven't posted in a while. For those of you who are connected to me in various ways, you have probably also noticed I had a job change and now work for Microsoft...
View ArticleNumber Sequence auto-cleanup causing blocking
Recently a customer experienced a daily time timeout in their warehouse operations. It occurred around 10.30 every day and lasted for a few minutes. Meanwhile all warehouse operations were blocked. It...
View ArticlePower BI for Desktop & Ax 2012
#184839212 / gettyimages.com Power BI for desktop is a very powerful tool and can be used to mash up data from different sources. It is definitely one up to the Excel plugins and so far seems to be...
View ArticleAzure VM Tip Cannot connect to VM after changes in cores and memory
Greeting Friends!I had to change some VM Settings for an Azure hosted VM and after which I was not able to connect back to VMThis blog tip helped me to solve the...
View ArticleTroubleshooting Dynamics AX 2009 Enterprise Portal Unable to generate a...
Recently, I bumped on this error while troubleshooting a webpart in AX 2009ErrorServer was unable to process request. ---> Unable to generate a temporary class (result=1).error CS2001: Source file...
View Article