Together we achieve

Posts Tagged ‘AX 2012’

SysFieldGroupLookup class in AX 2012–lookup from Table FieldGroups[X++]

As we all know that we have extensively used SysTableLookup in older versions of AX to get the custom lookups. This class is still available in AX 2012. But, in AX 2012 a new class SysFieldGroupLookup has been introduced which will help to get the lookup from the field groups of the table. This

Read more

AX 2012 – Public Sector Demo Image Refresh Released

Well I hope everyone is off to a fun, productive and Dynamic week so far! Honestly I’m still trying to recover & catch up from the Best Convergence Ever!With that being the first topic, I want to remind everyone of all the great content that you have a…

Read more

Data Migration/RapidStart [AX 2012]

Microsoft Dynamics AX 2012 includes many different ways to import data into the system. This document provides guidance about which import method to choose for the specific situations. http://informationsource.dynamics.com//RFPServicesOnline/Rfpservic…

Read more

Retail POS Technical Reference: Microsoft Dynamics AX 2012 Feature Pack

We’ve just published the downloadable Retail Point of Sale (POS) Reference for the Microsoft Dynamics AX 2012 Feature Pack. It contains reference material and examples to follow when implementing Microsoft Dynamics AX retail store datab…

Read more

Calling the HcmWorkerImportService in AX 2012 to Import Employees

In cumulative update 2 (CU2) for AX 2012 we shipped an HcmWorkerImportService which allows you to import full-time employees and vendors.  The code below is an example of how to call the worker service from C#:
 &nbsp…

Read more

AX 2012 – X++ Code to ‘Create and Post Purchase Order Invoice’

Job to create and post purchase order in Dynamics AX 2012
Note: Referring contoso demo data, ‘CEU’ company

static void CreatePOAndInvoice(Args _args)

{
    PurchTable      purchTable;
 &nbs…

Read more

Invoice settlement in different currency in MS Dynamics AX

Recently I have shared vendor settlement mechanism, in this post will highlight a tip in the payment process. MS Dynamics AX gives multiple settlement facilities where settling invoice in USD, and make payment in EGP (Egyptian pound) and vice verse. In order to make the payment in the same currency of invoice the payable accountant

Read more

Dynamics AX 2012 Workflow: Unable to save workflow configuration

Lately we run into the problem when after creating workflow configuration for any process we are unable to save it. After we click button “Save and close” Dynamics AX asks if we want to activate workflow immediately. Regardless from the choice we …

Read more

AX 2012 upgrade tip for lazy idiots like me

I didn’t read the upgrade material carefully enough, and imported the upgrade framework to my AX 2009 application, before activating multisite in all companies. Now there’s an issue with one of the tables of the framework, preventing me from activating…

Read more

Virtual Company considerations for Upgrading to Microsoft Dynamics AX 2012

Virtual companies are used to share data, such as setup and master table data, between multiple companies in the system. With Microsoft Dynamics AX 2012, several key areas of the system were transformed so that the data stored is automatically shared a…

Read more