Options

Want to Run Report using NAS

tanmaykotharitanmaykothari Member Posts: 73
edited 2012-12-03 in Navision Attain
We want to run Report using NAS in LS Retail 4.0.
We have created one new job.
We keep Object Type as "Report" & Object NO as "Report No"
My NAS service is working fine but my report is not running.
Please suggest any new modifications in single instance CodeUnit : 99001469(NAS Scheduler Service) or Codunit 1 or any new setup.....

Comments

  • Options
    ara3nara3n Member Posts: 9,255
    Check CU 99001467 In Function RunScheduleJob that the following code is in there
    CASE ScheduleHeader."Object Type" OF
      ScheduleHeader."Object Type"::Report:
        REPORT.RUNMODAL(ScheduleHeader."Object No.",FALSE,FALSE);
    



    If it is then you probably have not setup the job next date and time to run and NAS isn't picking that job to run the report.
    Ahmed Rashed Amini
    Independent Consultant/Developer


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