All about Dynamics AX

AX 2012 - Add new address in existing Party through code

LogisticsLocation location; RecId LocationRecId; DirPartyRecId partyRecId = 5637174415;...

Author: Dynamics AX Horizon Date: 09/24/2011

AX 2012 - Get Active Dimensions from Accounting structure

DimensionAttribute dimAttr; DimensionAttributeSetItem dimAttrSetItem; DimensionAttributeSetItem...

Author: Dynamics AX Horizon Date: 09/24/2011

AX 2012 - Create new Worker/Employee through code

DirPersonName DirPersonName;DirPersonName.initValue();DirPersonName.FirstName =...

Author: Dynamics AX Horizon Date: 07/29/2011

AX 2012 - Create new Name & Address through code

static void createNameAndAddress(Args _args){ DirPartyPostalAddressView addressView; Name name;...

Author: Dynamics AX Horizon Date: 07/29/2011

Debug in AIF Classes

Enable Debug on AIF Classes in AX 4.0 There is a Piece of code in...

Author: Dynamics AX Horizon Date: 09/01/2010

Get the EDT realation of particular table

static void getFieldRel(Args _args){ int i = 1; DictField dictField; DictRelation DR = new...

Author: Dynamics AX Horizon Date: 04/13/2010

Closing all windows in AX

void closeAllWindows(){ hwnd _hwnd, tempHwnd; #WinApi; While...

Author: Dynamics AX Horizon Date: 04/13/2010

BP check through code

static void BPCheck(Args _args){ SysBPCheck sysBPCheck; #AOT Args args; TreeNode contextNode; ;...

Author: Dynamics AX Horizon Date: 04/13/2010

Get application path

xInfo::directory( DirectoryType: :Appl)

Author: Dynamics AX Horizon Date: 04/13/2010

Open Outlook appointment from AX

static void OutlookAppointment( Args _args){ COM sysOutlookCollectio n; COM collection; COMVariant...

Author: Dynamics AX Horizon Date: 04/13/2010

Dynamics AX technical posts

Open Outlook appointment from AX static void OutlookAppointment( Args _args){ COM...

Author: Dynamics AX Horizon Date: 04/13/2010