How to schedule a job in Ax 2012

Hi,

How to schedule a job in ax 2012, Let us suppose that I have class which generates a CSV file, the user want to schedule a job for that class without using a Runbase batch extension or customizing the class. The class should not be modified and the user should be able to schedule the job with the help of AX client. Is it possible in AX 2012.

Please help me on this.

Thanks,

Ashish.

AX offers SysOperation/Batch frameworks exactly for this purpose, it makes no sense to create something else doing the same. If you don’t want to change the (CSV-generating) class, create a batch that will just use the class.