No Job Description on Batch List

flyingmanflyingman 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

  • pfcspfcs Member Posts: 9
    Create this method..

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

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

    Basic >> Setup >> Batch
Sign In or Register to comment.