Auto Export of Item List

denden Member Posts: 7
edited 2021-03-11 in NAV Three Tier
Hi Experts,

I need to automatically export data (Item List) from NAV 2018.
I've been searching online and got a clue that I must create a codeunit for this and use a job queue, but I really don't have a background in writing script.

May I know if is the right way to do it and where I sould start?.
Thanks in advance.

Answers

  • pekaspekas Member Posts: 2
    You can use rapistart for that
  • denden Member Posts: 7
    Hi,

    I tried to used Configuration Worksheet but this is more on importing and updating data. What I need is we can set a specific date and time to automatically export the data
  • irasoelbaksirasoelbaks Member Posts: 119
    edited 2021-02-09
    Instead of a codeunit you could also create a report which then calls an Xmlport. There are a lot of sources on the web that elaborate how to create Xmlports for exporting data.

    Edit: just like codeunits, reports can also be scheduled in the jobqueue.
  • RockWithNAVRockWithNAV Member Posts: 1,139
    Why not to make a xmlport with .csv format and then export from it however you wish.
  • krikikriki Member, Moderator Posts: 9,094
    [Topic moved from 'NAV/Navision Classic Client' forum to 'NAV Three Tier' forum]

    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.