Options

Automatic sending Customer Statement document by email

klinspatrickklinspatrick Member Posts: 58
Hi,

Do any one knows if Navision can be sending automatic Customer Statement by periodic?

-If the BALANCE if bigger than ZERO.
-PDF printable.

Patrick

Comments

  • Options
    garakgarak Member Posts: 3,263
    With Business Notification you can do this. Take a look to the CD / DVD.

    Or you write your own application (Needed for example: NAS, PDF-Createor, Report, customer mail adress)
    Do you make it right, it works too!
  • Options
    DriesDries Member Posts: 29
    This is possible by creating your own code.

    This must be base on an installation of the NAS or a timer.

    I can do this for you if you'd like to pay for it. :wink:

    I can always provide you with free help if you want.

    Cheers,
    Idriss.
  • Options
    darshanmdarshanm Member Posts: 280
    Namaste!

    1. use report.savehtml() to save report as html file

    2. use mail codeunit functions to send saved report html file
    Newmessage() function

    3. Outlook office 2003 should be a default mail client on machine
    Darshan Mungekar
    Senior Consultan
  • Options
    DriesDries Member Posts: 29
    Good luck.

    Note that opening HTML file generated from Navision in Excel is not good since Office 97 because the html layout in Excel will be changed.

    Columns are not well aligned.
  • Options
    rohitsolvesrohitsolves Member Posts: 5
    Hi Patrik,

    I have already made addon tool, which sends reports set in functionality in pdf format by email and fax. It is very well designed and can incorporate any no. of reports.
  • Options
    klinspatrickklinspatrick Member Posts: 58
    Hi, rohitsolves,

    Can you brief and explain more?

    Thanks.

    Patrick
  • Options
    hawwahawwa Member Posts: 106
    You can try pdfcreator.

    Read this post:
    http://mibuso.com/forum/viewtopic.php?t ... c74f14a281

    Try to search pdfcreator in this forum. You should be able to find many discussion on this topic.
Sign In or Register to comment.