From July 9th till 13th we will be at #MSInspire. See you there!

Monthly Archives: January 2015


Inventory Transfer in Dynamics AX 2012

29

Jan 2015

Inventory Transfer in Dynamics AX 2012

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 the transactions and the quantity of your item(s) in the...

Read More


Role based security in Microsoft Dynamics AX 2012

27

Jan 2015

Role based security in Microsoft Dynamics AX 2012

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 permissions, where you defined a user role and assign all...

Read More


Dynamics AX 2012 Coding Best Practices

23

Jan 2015

Dynamics AX 2012 Coding Best Practices

Hi Guys, In this post I’ll be talking about Dynamics AX coding best practices i.e. the best practices that you should follow when using X++ code in Dynamics AX 2012. Coding in AX involves a number of items from naming conventions to select and conditional statements, the use of comments, semicolons, transactions, etc. and there are best practices associated with the use of each of...

Read More


AIF Inbound and Outbound Ports in Dynamics AX

20

Jan 2015

AIF Inbound and Outbound Ports in Dynamics AX

Hi Guys, In this post we’ll be looking at the Application Integration Framework – AIF Inbound and Outbound ports in Dynamics AX 2012 and how they are utilized by companies to integrate their various external business processes with Dynamics AX. As you know, the Dynamics AX Application Integration Framework (AIF) provides extensive support for sending and receiving data from Dynamics AX. In Microsoft Dynamics AX...

Read More


Regular Expression in Dynamics AX 2012

15

Jan 2015

Regular Expression in Dynamics AX 2012

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 Expression instead. Let’s take a look at how we can...

Read More


Compare Microsoft Dynamics CRM VS Salesforce

13

Jan 2015

Compare Microsoft Dynamics CRM VS Salesforce

Hi Guys, In this post we’ll be compare the Microsoft Dynamics CRM vs Salesforce, to see which of these two is the better option for enterprises looking to adopt a CRM system. Historically, Salesforce has always been the dominant CRM SaaS (Software as a Service) platform, right from its launch in 1999 till 2013. Recently however the Microsoft Dynamics CRM has been rapidly closing the lead...

Read More


Creating Service Orders in Dynamics AX 2012

07

Jan 2015

Creating Service Orders in Dynamics AX 2012

Hi Guys, In this post I’ll be giving a quick overview on creating Service Orders in Dynamics AX 2012, especially for those users who are new to Dynamics AX. Lets jump right to it. Creating Service Orders in Dynamics AX 2012 Service Orders are an essential part of Service Management, as they are used to manage and analyze the delivery of services to customers. You can create a service...

Read More