- 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:
Microsoft Dynamics AX 4.0:// > AxAssist, 20.02.2014
if(DEV_AxAssistSingleton::getThisClass().parmAltMEmulate())
{
DEV_AxAssistSingleton::getThisClass().parmEditor(e);
DEV_AxAssistSingleton::getThisClass().parmAltMEmulate(false);
return;
}
// < AxAssist, 20.02.2014
Add this code after variable definition section in Classes->EditorScripts->getApplicableScripts() method:
Microsoft Dynamics AX 2009:// > AxAssist, 20.02.2014
if(DEV_AxAssistSingleton::getThisClass().parmAltMEmulate())
{
DEV_AxAssistSingleton::getThisClass().parmEditor(e);
DEV_AxAssistSingleton::getThisClass().parmAltMEmulate(false);
return connull();
}
// < AxAssist, 20.02.2014
Add this code after variable definition section in Classes->EditorScripts->getApplicableScripts() method:
// > AxAssist, 20.02.2014
if(DEV_AxAssistSingleton::getThisClass().parmAltMEmulate())
{
DEV_AxAssistSingleton::getThisClass().parmEditor(_editor);
DEV_AxAssistSingleton::getThisClass().parmAltMEmulate(false);
return connull();
}
// < AxAssist, 20.02.2014
- 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.
Download
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 contact us if you require additional information.
AxAssist version: 1.14.0 | ||||
Version | Size | Link | ||
Microsoft Dynamics Axapta 3.0 | 2 Mb | Download | ||
Microsoft Dynamics Axapta 4.0 | 2 Mb | Download | ||
Microsoft Dynamics Axapta 2009 | 2 Mb | Download |
AxAssist language packs
Danish - (Jesper, thank you for the translation)
Portuguese - (Ricardo, thank you for the translation)
Norwegian - (Sigve, thank you for the translation)