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 ![]()
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 →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 →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 →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#:
 …
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…
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 →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 →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 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 →