Adding batch to my Program

mike_espina
mike_espina Member Posts: 55
edited 2006-11-20 in Dynamics AX
Hi experts,
How can I add a batch processing to a program that I made. I want the
program that I made to have a batch wherein I can schedule it to run on a specific time and occurences.

Thanks very much.,

Mike

Comments

  • saravananjay
    saravananjay Member Posts: 8
    Hi,

    Whatever i understand from ur post is u need to add a batch process for the form u have customized.

    for this u can have button of type Action menu item, and can call a class
    to have batch process.

    The batch process class can be created by extending the runbase class,
    with the necessary main, prompt, pack and unpack methods.

    Regards,
    Saraavanan jay