All about Dynamics AX
AX 2012 - Add new address in existing Party through code
LogisticsLocation location; RecId LocationRecId; DirPartyRecId partyRecId = 5637174415;...
Date: 09/24/2011
AX 2012 - Get Active Dimensions from Accounting structure
DimensionAttribute dimAttr; DimensionAttributeSetItem dimAttrSetItem; DimensionAttributeSetItem...
Date: 09/24/2011
AX 2012 - Create new Worker/Employee through code
DirPersonName DirPersonName;DirPersonName.initValue();DirPersonName.FirstName =...
Date: 07/29/2011
AX 2012 - Create new Name & Address through code
static void createNameAndAddress(Args _args){ DirPartyPostalAddressView addressView; Name name;...
Date: 07/29/2011
Debug in AIF Classes
Enable Debug on AIF Classes in AX 4.0 There is a Piece of code in...
Date: 09/01/2010
Get the EDT realation of particular table
static void getFieldRel(Args _args){ int i = 1; DictField dictField; DictRelation DR = new...
Date: 04/13/2010
Closing all windows in AX
void closeAllWindows(){ hwnd _hwnd, tempHwnd; #WinApi; While...
Date: 04/13/2010
BP check through code
static void BPCheck(Args _args){ SysBPCheck sysBPCheck; #AOT Args args; TreeNode contextNode; ;...
Date: 04/13/2010
Get application path
xInfo::directory( DirectoryType: :Appl)
Date: 04/13/2010
Open Outlook appointment from AX
static void OutlookAppointment( Args _args){ COM sysOutlookCollectio n; COM collection; COMVariant...
Date: 04/13/2010
Dynamics AX technical posts
Open Outlook appointment from AX static void OutlookAppointment( Args _args){ COM...
Date: 04/13/2010