running code unit with job queue

aldarionaldarion Member Posts: 24
Hello everybody,

I have this error message when i try to run a code unit in job queue:
"The codeunit was called with a Job Queue Entry record. It has no parameters."

the fact is that my code unit doesn't need any parameters it go check if an xls file is on a specified folder and change some purchase order with what's inside it. when I execute it manually it works perfectly and there is no message or else that could block the NAS.

I really don't know what is wrong with it because if i try to run a report it work fine but no codeunit can run, I have really no idea why.

Anyone has a hint?

thanks in advance

Answers

  • ara3nara3n Member Posts: 9,256
    you need to add job queue entry record for the onrun function even if you are not going to use it.

    There is another thread that talks about adding a boolean field to the Job queue card to run it with current record or without it.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • aldarionaldarion Member Posts: 24
    thank you very much it works
  • ara3nara3n Member Posts: 9,256
    You are welcome.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • AdministratorAdministrator Member, Moderator, Administrator Posts: 2,499
    [The use of [SOLVED] in the Topic Title is no longer supported. Please edit the first message in the thread and use the field Attribute (below the Subject-field) to put a green checkmark next to the Topic Title. And remove the [SOLVED] text in the Topic Title]
Sign In or Register to comment.