AXBuild
STOP AOS and from CMD (Run as administrator) go to “cd [AOS Name]\bin” and execute:
axbuild.exe xppcompileall /s=01 /altbin="C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin"
/s = AOS Server instance from Server Configuration
Refer to: https://docs.microsoft.com/en-us/dynamicsax-2012/developer/axbuild-exe-for-parallel-compile-on-aos-of-x-to-p-code
AXUtil
On AOS server change directory to C:\Program Files\Microsoft Dynamics AX\60\ManagementUtilities.
//List Modelsaxutil list /config:
//Export ModelStoreaxutil exportstore /file: [/verbose] /config:
//Export Modelaxutil export /model: /file:
//View Model AOT elementsaxutil view /model:
//Import modelstoreaxutil importstore /file:"specify the location from where you need to import the file" /config:
//Import modelaxutil import /file:ModelName.axmodel
//View model propertiesaxutil manifest /model: /xml
axutil manifest /file:
Keyboard shortcuts
- Filter Grid: Shift + G
- Filter Column: Shift + K
- Filter selected cell: Alt+ F3
- Remove filters: Ctrl + Shift + F3
- Edit form : Ctrl + Shift + E
- Development Workspace: Ctrl + D
- Element Open: Ctrl + O