No Job Description on Batch List

flyingman
flyingman Member Posts: 16
edited 2008-01-08 in Dynamics AX
Hello,

When I added various jobs to the batch list I have noticed that there is no Job Description which is not helpful when trying to identify what each job is about to do, this only happens with certain jobs. Please can you advise what I need to do in order for the description to appear.

Thanks =D>

Comments

  • pfcs
    pfcs Member Posts: 9
    Create this method..

    client server static ClassDescription description()
    {
    return "Description";
    }
  • tpriyan
    tpriyan Member Posts: 32
    How to add a new job to a batch?
  • pfcs
    pfcs Member Posts: 9
    First create a job with "... extends RunBaseBatch".

    After, it's necessary configurate the batch in the menu:

    Basic >> Setup >> Batch