Tuesday, 11 August 2015

How to use AXBuild.exe tool in AX 2012 R3

How to use AXBuild.exe tool in AX 2012 R3 

Below are the steps for using AXBuild.exe tool 

Use: This tool is used to do parallel compilation of AOS objects (Full compile).

Location : c \Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin folder


Step1 : Run command prompt.
Step 2: CD c \Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin folder

Step3: AXBuild.exe xppcompileAll /aos=01 /workers=4

Note: above aos=01 is the name of aos as shown below. 

No comments:

Filter the PurchTableListPage in D365FO on Dimensions: BusinessUnit and Division using DimensionProvider class.

 In D365FO, dimensions are a powerful tool for categorizing and analyzing transactional data. But what if you want to filter purchase orders...