Inside Microsoft Dynamics AX 2012 R3 now available in electronic edition
Here is a link to Amazon and here is one for the Microsoft Press Store.
View ArticleHow to debug xslt transformation using visual studio [AX 2012]
Dynamics AX 2012 has introduced the ability to transform an xml message using xslt. Refer to the technet article for more information on transformation of inbound ports...
View ArticleExport data to CSV file
Following code can be used to export data from Ax to a CSV file#FileCommaTextIo commaTextIo; FileIOPermission permission; CustTable custTable; str fileName = @”C:\test.csv”;permission = new...
View ArticleCatching errors vs CLR errors via try...catch
When utilizing try catch's within CLR objects (.NET extensions) I noticed that if you do not specifiy the type of catch it is then they will always go to the same catch. So the following occurstry{...
View ArticleSend email within AX/X++ via .NET objects or using built in SMTP objects
How to send email within AX/X++ while using the admin defined settings within AX via .NET objects or using built in SMTP objects. Personally I prefer the system.net method.System.Net.Mail methodstatic...
View ArticleIndustry and Cloud Computing in the Global Economy
The global economy is seeing a shift from consumer-based activity largely in emerging economies to an economy that is being propped up by the developed world’s industrial sectors, according to a recent...
View ArticleCloud Software for Retailers Creates Green Consumption Opportunity
Retailers in the U.S. are seeing a trend in consumer demand toward socially responsible brands. Green-friendly grocery products represent a major opportunity for growth according to recent research...
View ArticleKeys to Success in Dynamics AX - Roles and Permissions
Having posted before on project setup for a Microsoft Dynamics AX project there are, of course, many other factors that need to be taken into account to ensure project success. Early insight and...
View ArticleA complete list of FY14 Microsoft Dynamics AX Monthly webinars with links to...
In this post you can find an elaborated description of the Microsoft Dynamics AX Monthly webinars that were delivered in FY14.Each agenda point normally has a duration of 15-20 minutes, except SEPA...
View ArticleProject indirect cost components in AX 2012
In AX 2012, we have the ability to add indirect costs to a project. These types of costs could be expenses such as rent, office supplies, phone charges, and per diem expenses. Here is a demonstration...
View ArticleAdapting to the Cloud First, Mobile First World
At Microsoft’s 2014 World Partner Conference recently held in Washington, D.C., cloud computing and the importance of adapting to the cloud first, mobile first world were the topics of most...
View ArticleAXUG Workshop - Dynamics AX Book Series - Implementing AX 2012 with Sure Step...
AXUG Workshop - Dynamics AX Book Series - Implementing AX 2012 with Sure Step 2012 (Jul 2014)07/31/2014 11:00 AM (ET)We are excitied to offer a new webinar series for AXUG members, the Dynamics AX Book...
View ArticleAXUG PacNW (Washington) Regional Chapter Meeting (July 2014)
AXUG PacNW (Washington) Regional Chapter Meeting (July 2014)07/31/2014 12:00 PM (ET)The next Pacific Northwest Dynamics AX User Group meeting will take place on July 31st. Don't miss another...
View ArticleSystems Integration with Merit Solutions
The needs of IT are changing - and industry leaders are beginning to see IT as an enabler of business performance. This transition has created more complex challenges for CIOs as they look for ways to...
View ArticlePrepayments
Today we are going to talk about prepayments in AX 2012.Prepayment function is used to record a receipt from a client into A/R that doesn't have an invoice yet. This prepayment function is used to...
View ArticleChangeCompany doesn’t work with Virtual Company
Good day everyone,This post has as subject virtual company, if you do not know what it is please read the link Virtual company accounts in Microsoft Dynamics AX [AX 2012]. Well, when you use the...
View ArticleMicrosoft MVP Brandon George returns to blogging with a focus on data as an...
In 2013, Microsoft Dynamics AX MVP Brandon George walked away from his AX blog. A popular site built up over eight years was put aside as George's career evolved and he put a greater focus on business...
View ArticleNew To-Increase videos highlight what government contractors can accomplish...
The full playlist of the government contracting videos is at www.youtube.com/playlist?list=PLe036_UYgHNcz4G12vu-kjCm-CZIEmGVg There are four videos to watch: Introduction to To-Increase GovCon shows...
View ArticleMicroStrategy Pricing Changes Make the Platform More Affordable and Attractive
We have recently celebrated our one year anniversary of being a MicroStrategy business intelligence partner, and I’m excited to share some good news that could help you add some BI glitter to your...
View ArticleUse the Filter tab of the Find dialog
I have started to read Inside Dynamics AX 2012 R3 and I read it from cover to cover. Sometimes you get reminded of great but forgotten features when doing so.This time I was reminded of the Filter tab...
View Article