LSRetail Job Schedule

XypherXypher Member Posts: 297
So I have searched up and down, near and far, yet I can't seem to find anything relating to how a Codeunit/Dataport/Report must be built to be ran under the Job Scheduler.

Although I have a few LS Codeunits to work with as examples but I suppose I just am not understanding what, if any, information must be modified in the passed record (Scheduler Job Header) to allow for a completed job.

Do I really need to make any changes to the record entry passed through the Scheduler Job Header table?

Would anyone be able to point me in the direction of some documentation?

Comments

  • ara3nara3n Member Posts: 9,256
    On Job scheduler Header There is a Boolean field called something like pass job scheduler record. Check that box.

    Then in your codeunit you need to click onRUN trigger and click on properties and select Job Scheduler Header. Now onRun trigger Rec is Job Shceduler record.

    You can't do that for reports. And you can't run dataport under NAS.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.