object run by NAS

AbhishekAbhishek Member Posts: 68
I want to run my codeunit with the help of Scheduler job which is schedule by NAS.please help me in detail
Abhishek Srivastava
Technical Consultant
New Delhi(India )

Comments

  • WaldoWaldo Member Posts: 3,412
    In 5.0 you have the Job Queue.

    First, you have to put up a NAS, which starts with startupparameter 'JOBQUEUE', and parametrize your job queue functionality in NAV (this is quite straight forward). There is much to find in the help functionality... .

    You can find the functionality under:
    Administration/Application Setup/Job Queue

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • AbhishekAbhishek Member Posts: 68
    Means it is not possible in 4.0
    Abhishek Srivastava
    Technical Consultant
    New Delhi(India )
  • WaldoWaldo Member Posts: 3,412
    It IS possible in 4.0, but not out-of-the-box.

    1. you can customize the Job Scheduler functionality
    2. you can look at an add-on (for example this one)
    3. you can write the scheduler entirely yourself

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.