AxAssist - MS Dynamics AX Development Tool
Free Trials
Download the latest build to run AxAssist in trial mode. Trial will expire in 30 days. Your trial includes all functionality.
Please feel free to
Please feel free to
Latest Builds
AxAssist version: 1.14.0
Microsoft Dynamics Axapta 3.0 version: - (file size: 1641411 bytes)
Microsoft Dynamics AX 4.0 version: - (file size: 1634989 bytes)
Microsoft Dynamics AX 2009 version: - (file size: 1648128 bytes)
Microsoft Dynamics AX 4.0 version: - (file size: 1634989 bytes)
Microsoft Dynamics AX 2009 version: - (file size: 1648128 bytes)
AxAssist version: Languages
Danish (Jesper, thank you for the translation): - (file size: 8714 bytes)
Portuguese (Ricardo, thank you for the translation): - (file size: 9676 bytes)
Russian: - (file size: 9568 bytes)
Norwegian (Sigve, thank you for the translation): - (file size: 8874 bytes)
Portuguese (Ricardo, thank you for the translation): - (file size: 9676 bytes)
Russian: - (file size: 9568 bytes)
Norwegian (Sigve, thank you for the translation): - (file size: 8874 bytes)
Installation
- Download and execute installation file (For example, AxAssist1.14.0_for_DAX30_setup.exe).
- Import AxAssist.xpo (Axapta 3.0) or PrivateProject_AxAssist.xpo (DAX4.0 or DAX2009) file to your Microsoft Dynamics AX installation (you can find it in installation folder).
- Change class EditorScripts as shown below:
Microsoft Dynamics Axapta 3.0:
Add this code after variable definition section in Classes->EditorScripts->ShowScript() method:
// > AxAssist, 20.02.2011
if(DEV_AxAssistSingleton::getThisClass().parmAltMEmulate())
{
DEV_AxAssistSingleton::getThisClass().parmEditor(e);
DEV_AxAssistSingleton::getThisClass().parmAltMEmulate(false);
return;
}
// < AxAssist, 20.02.2011
Add this code after variable definition section in Classes->EditorScripts->getApplicableScripts() method:
// > AxAssist, 20.02.2011
if(DEV_AxAssistSingleton::getThisClass().parmAltMEmulate())
{
DEV_AxAssistSingleton::getThisClass().parmEditor(e);
DEV_AxAssistSingleton::getThisClass().parmAltMEmulate(false);
return connull();
}
// < AxAssist, 20.02.2011
Add this code after variable definition section in Classes->EditorScripts->getApplicableScripts() method:
// > AxAssist, 20.02.2011
if(DEV_AxAssistSingleton::getThisClass().parmAltMEmulate())
{
DEV_AxAssistSingleton::getThisClass().parmEditor(_editor);
DEV_AxAssistSingleton::getThisClass().parmAltMEmulate(false);
return connull();
}
// < AxAssist, 20.02.2011 - Compile EditorScripts class.
- Compile AxAssist project.
- Open form DEV_AxAssistForm (it will disappear after opening).
- If you would like automatically run AxAssist after Microsoft Dynamics AX startup please read this article.
Features |
||||
|
contact us if you require additional information.
Please read
Installation before download!AxAssist1.14.0_for_DAX30_setup.exeAxAssist1.14.0_for_DAX40_setup.exeAxAssist1.14.0_for_DAX2009_setup.exeDanish.iniPortuguese.iniRussian.iniNorwegian.ini