Tag: RunBaseBatch

  • Dynamics Ax RunBaseBatch multithreading

    Hi, Next post will be a little tutorial on how the RunBaseBatch framework can work multithreaded. For example in the SalesFormLetter class on the method run, the following code will be found before the query iteration: The SalesFormLetterEndMultiThread that is being created will be called when all threads connected to that bacth are processed, this…

  • Dynamics Ax creating a batch job from code

    Hi, Here is a simple code snippet to create Batch jobs from code. This convenient when starting a heavy load job from a user interface and still keep the client responsive.