
Hi All,
I want to export customers as a CSV file using Jobqueue.
Can you please provide me a piece of advice, whether i am creating code unit or report to run a jobqueue.
If it's possible through codeunit or report, please suggest me some piece of code to export a CSV file.
Thanks in advance,
Jacob.A
*This post is locked for comments
I have the same question (0)Hi,
Develop a XMLPort and call this XMLPort through codeunit.
Setup this codeunit in jobqueue.
For reference see below link.
https://docs.microsoft.com/en-us/dynamics-nav/walkthrough--exporting-data-from-tables-to-csv-files
https://ksdconsultancy.blog/2016/07/08/export-data-as-csv-and-send-as-attachment-to-mail/