US 408 365 4638

How to Creating Sales Order in Dynamics AX 2012 Through X++

Record a Purchase Invoice In Dynamics AX

Creating Sales Order in Dynamics AX 2012 Through X++ Hi guys, in this post I’m going to show you how to create a sales order in Dynamics AX 2012 through X++. This is very common activity that you’ll come across if you’re working on the AX Sales and Marketing module so you should know how […]

Dynamics AX 2012 Menu Items

Dynamics AX 2012 Menu Items People who are new to Dynamics AX often get confused when they see three different types of menu items in AX and are not sure how to use them, since they all seem to have the same set of properties and also support similar object types. The truth is there’s actually no difference […]

Creating Sales Quotations in Dynamics AX 2012

Record a Purchase Invoice In Dynamics AX

Hey Guys, In this post I’ll be giving you a quick overview on creating sales quotations in Dynamics AX 2012. This will be helpful for those users who are new to Dynamics AX. So lets jump right to it. Creating Sales Quotations in Dynamics AX 2012 In order to create sales quotations in Dynamics AX […]

Sales Team Setup in Dynamics AX 2012 Sales and Marketing Module

Record a Purchase Invoice In Dynamics AX

Hi Guys, In this post I’ll walk you through process of sales team setup in Dynamics AX 2012 Sales and Marketing module As you know, the Sales and Marketing module in AX 2012 offer pretty extensive functionality for managing enterprise sales and marketing functions, by allowing for better tracking and management of sales reps and sales […]

Inventory Management in Dynamics AX

Record a Purchase Invoice In Dynamics AX

Hey Guys, In this post we’ll be looking at the various processes involved in inventory management in Dynamics AX 2012. As you know, in any inventory management system the most common operations are stock movement, stock transfers, adjustment, picking etc. Similarly for inventory management in Dynamics AX 2012, there are 3 types of journals available […]

Inventory Transfer in Dynamics AX 2012

Record a Purchase Invoice In Dynamics AX

Hey Guys, In this post we’ll be looking at inventory transfer in Dynamics AX 2012 i.e. how to transfer the inventory received in one warehouse, to another warehouse in AX. The easiest way to do this is to create an appropriate inventory transfer journal entry and post it. After posting, you simply need to check […]

Role based security in Microsoft Dynamics AX 2012

Record a Purchase Invoice In Dynamics AX

Hey Guys, Today, I’m going to focus on the new security framework that’s been introduced in Microsoft Dynamics AX 2012, which is role based security. As you know, in Dynamics AX 2009 security and access permissions were defined on a per user and per company basis, but in AX 2012 they introduced role based security […]

Regular Expression in Dynamics AX 2012

Record a Purchase Invoice In Dynamics AX

Hi Guys, In this post we’ll be looking at Regular Expression in Dynamics AX 2012. As you know, working with strings involves working with methods for searching text, validating names and emails, replacing text, etc. Whenever you need to use string manipulation methods for such tasks, it might be a good idea to use Regular […]

Debugging AIF Services in Dynamics AX 2012

Record a Purchase Invoice In Dynamics AX

Hi Guys, In this post we’ll take a closer look at debugging AIF services in Dynamics AX 2012. Debugging is a critical part of the development process as it helps you identify any defects in your code, so you can fix them. The MorphX integrated development environment (IDE) provided by Dynamics AX provides excellent support […]

X++ tips and tricks: Passing parameters in Microsoft Dynamics AX

Args is your companion in the world of X++ especially when passing parameters in Microsoft Dynamics AX. Args is an abbreviation for arguments. It allows you to pass information from one object to another newly created object. I utilize it frequently to pass the objects, records, strings, etc that I need to have in scope […]