There is a requirement for one of client to open directly Job registration form by clicking Ax icon in desktop.
To Acheive these you have to do below changes.
1.Create a text file and enter the below script and save as JobRegistration.xml.
<?xml version="1.0" ?>
<AxaptaAutoRun
logfile="C:\\Users\\axtest1\\JobRegistrationLog.log"
logToScreen="false"
version="6.2"
exitWhenDone="false">
<Run type="displayMenuItem" name="JmgRegistrationClockInOut"/>
</AxaptaAutoRun>
2.Go to the Ax client configuration and create a new configuration and specify below
Command to run at the Application startup: AutoRun_C:\Users\axtest1\JobRegistration.xml
save the file as .axc in desktop.
Now you are done,click on the newly created .axc file and it will open directly Ax JmgRegistrationClockInOut form.
To Acheive these you have to do below changes.
1.Create a text file and enter the below script and save as JobRegistration.xml.
<?xml version="1.0" ?>
<AxaptaAutoRun
logfile="C:\\Users\\axtest1\\JobRegistrationLog.log"
logToScreen="false"
version="6.2"
exitWhenDone="false">
<Run type="displayMenuItem" name="JmgRegistrationClockInOut"/>
</AxaptaAutoRun>
2.Go to the Ax client configuration and create a new configuration and specify below
Command to run at the Application startup: AutoRun_C:\Users\axtest1\JobRegistration.xml
save the file as .axc in desktop.
Now you are done,click on the newly created .axc file and it will open directly Ax JmgRegistrationClockInOut form.