Adding batch to my Program

mike_espinamike_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

  • saravananjaysaravananjay 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
Sign In or Register to comment.