Configuring NAS on NAV 3.7

sbillysbilly Member Posts: 231
Hi all,
I worked with NAS on NAV 2009 version and everything is alright, Now I have to parameter NAS on NAV 3.7 but it seems like it's not the same thing as NAV 2009.
I didn't find the job queue entry and I don't know how to configure it and make it working.
Help please,
Regards

Comments

  • bbrownbbrown Member Posts: 3,268
    Job Queue was not introduced until version 5. So you won't find that table in 3.7
    There are no bugs - only undocumented features.
  • sbillysbilly Member Posts: 231
    bbrown wrote:
    Job Queue was not introduced until version 5. So you won't find that table in 3.7

    I guessed!!
    But how can I configure NAS to run a CU on NAV 3.7?
    Have you an idea?
    Thanks
  • bbrownbbrown Member Posts: 3,268
    Same way you would in any other version when not using the Job Queue. You need to call your codeunit in the NASHandler function in CU1.
    There are no bugs - only undocumented features.
  • sbillysbilly Member Posts: 231
    I just write codeunit.run(CU Id) ?? That's right?
  • bbrownbbrown Member Posts: 3,268
    Look at the standard NASHandler code in version 3.7 and incorporate your custom function into the CASE statement that calls the codeunits based on the Setup Parameters. Also, remember the codeunit you call must be "single-instance".
    There are no bugs - only undocumented features.
  • sbillysbilly Member Posts: 231
    And How can I handle the recurrence and the start and end time, or I can't?
  • ppavukppavuk Member Posts: 334
    You have to create your own scheduling codeunit using a timer automation. It is a way how this works before job queue was introduced.
Sign In or Register to comment.