How to Creating Sales Order in Dynamics AX 2012 Through X++
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 […]
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 […]