Spotlight - ERP Evaluation Checklist
Hi There,I would like to share a great article about choosing the right ERP solution. The article was written by Jen Dorsey and she is a Marketing Manager at Microsoft. In her blog, she presents 10...
View ArticleODataQueryService Paging Setting for AX 2012
Today I wanted to spend a little time, in the trenches if you will, with the Microsoft Dynamics AX 2012 ODataQueryService. I've talked a good bit about this, and it's value over the past 12 months for...
View ArticleMicrosoft Dynamics AX 2012 Services Book - Brief Overview
Dear Friends, First of all Wish you a Very Happy New Year! Thanks once again to Packt Publishing team for forwarding me this book for review.Introduction This book is exclusively on Dynamics AX 2012...
View ArticleThe Coming Wave of Monetizing A Company's Data
It's been a while since I sat down and wrote an article, specifically on a topic that was not directly related to Microsoft Dynamics AX. I always find a way to connect such topics to AX however, and...
View ArticleGet Product Attribute Values in AX 2012 - Let's Code!
Hi There,I hope that your weekend went OK and that you are ready for another interesting article about AX 2012. Today I wanted to talk a bit about Product Attributes in AX 2012. As we all know by now,...
View ArticleWalkthrough: Calling the Query Service with a Dynamic Query [AX 2012]
Ax2012 exposes the query service, and makes the queries available directly by a developer. these queries are static, Dynamic or User defined. Query Service [AX 2012] Static queries are the simplest...
View ArticleSide-By-Side Comparison of Budgeting features Dynamics AX 2009 vs Dynamics AX...
Dear Friends, Hope you are having a good start to this Year 2013. Thought to share with you Budgeting functionality differences between between Dynamics AX 2009 vs 2012. Below are the key areas which I...
View ArticleSend an Email in AX / Email and alerts
static void emailThruSysMailer(Args _args) { SysMailer mailer = new SysMailer(); SysEmailParameters parameters = SysEmailParameters::find(); ; if (parameters.SMTPRelayServerName) {...
View ArticleA new AX development book: Microsoft Dynamics AX 2012 Services
A new development book has been published by Packt. If you are developing with Dynamics AX 2012, you’ll need this book. For two reasons. Firstly, as you’ll need to deal with services. Secondly, because...
View ArticleMy Review of "Microsoft Dynamics AX 2012 Services"
I hope everyone has had a great and productive Dynamics week thus far! I know it's a busy time of year for projects, and changes that a new year brings with it. I wanted to take the time and focus this...
View ArticleEmpowering the Employee through Microsoft Dynamics® AX 2012 Role Centers
The Role Center in Microsoft Dynamics® AX 2012 empowers employees to respond faster and more accurately. Information and alerts are presented in a way that is easy to understand and take action. Learn...
View ArticleRequest for the permission of type 'InteropPermission' failed. / Error in AX...
Request for the permission of type 'InteropPermission' failed. The solution is for the construct() method, have run on client.Ex:client static INU_SalesAgreementExpDelete Construct() { return new...
View ArticleOver Writing System Fields (CreatedDateTime, CreatedBy....)
Here I am overwriting System Field - "CreatedDateTime" Over writing of system fields will works only while we are inserting a new record in the table. It will not work while updating a record. NOTE :...
View ArticleAX 2012, SQL Server 2012 & NLB Reporting Services
Today I wanted to take the time, and give light to a specific topic, Network Load Balancing Reporting Services with AX 2012 & SQL Server 2012. As I have done in the past, to help shed light on this...
View ArticleSharepoint 2010 Tip How to stop sending automatic task notifications email...
Hi! Trust you all are doing good. I thought to share with you today a sharepoint troubleshooting tip which helped me in solving an issue with automatic task notification emails being sent from...
View ArticleRun AX as a different user from Windows Explorer
Hi Refer the below link:http://kashperuk.blogspot.co.uk/2010/01/run-ax-as-different-user-from-windows.html
View ArticleKnow thy Dynamics HashTags!
Understanding how to navigate the social landscape is a vital skill that help one stay on top of the latest news for Microsoft Dynamics, and further be a contributor to the community at large. Events...
View ArticleSpotLight: How to use X++ Delegates in Dynamics AX 2012
Hi there,I hope you are ready for a long and restful weekend. Certainly, I'm as this has been a tough week with lots of new challenges and lots of new learning, which is great. On this post I would...
View ArticleCrossCompany ChangeCompany in AX how to get the record from different companies
Cross company and Change company Job PurchTable purchTable; select forupdate crosscompany purchTable where purchTable.PurchId == purchId; if(purchTable.PurchId) {changecompany(dataArea) {...
View Article