Skip to main content

Email From NAV.

Hi all,

Let's extend the mail feature as discussed in earlier post.

Let's try to send mail to customer with some details like Open Invoice entries from customer ledger entries.

This article is part of the Series. Please Refer Table of Content here.
I have added a function in existing Codeunit (used in last post), which finds open invoice entries, create mail and send it to customer e-mail and cc it to Sales Person Email.

So how it will happens.

It finds sender email, Receipt Email & CC Email. Then Create Email Body Based on Transactions.




Let's call this function from customer Card and see the results.

Here is the mail what i received -


Objects related to this post are available in my SkyDrive Public Folder.

NAV Version - NAV 2009 R2 IN.
File Name - NAV - Send Mail.rar

In the next post we will see Email with an attachment.

Regards,
saurav Dhyani
www.sauravdhyani.com

Comments

  1. Excellent post! even though is 6 years old still helped me a lot!

    ReplyDelete
    Replies
    1. Great to hear that. I think i should write for newer Versions too.

      Delete
  2. Hi Saurav, IS there way i can give background color to the table. Just to have more appealing view. Please let me know if you have syntax for the same.

    ReplyDelete
    Replies
    1. Yes you can using HTML Tag.
      Read here the parameter that you need to add in above code
      https://www.w3schools.com/tags/att_table_bgcolor.asp

      Delete

Post a Comment

Popular posts from this blog

RTC Report It is not possible to instantiate the Visual Studio bridge.

Hi all, As a Navision developers I have Multiple Versions of Navision running in single Machine. As discussed Earlier in the post how to run multiple Version of RTC in single machine. So my machine have following details for RTC Versions - NAV 2009 R2    - is installed. NAV 2009 SP1  - is copied at C:\Program Files (x86)\Microsoft Dynamics NAV\60\NAV 6.0 SP1 IN\ NAV 2009         - is copied at C:\Program Files (x86)\Microsoft Dynamics NAV\60\NAV 6.0 IN\ This approach has been working great for execution of Classic and RTC Clients. However, after installing Dynamics NAV 2009 R2, if i tried to view the Layout for an NAV 2009 SP1 Report i was getting the following error: ---------------------------  Microsoft Dynamics NAV Classic  ---------------------------  It is not possible to instantiate  the Visual Studio bridge.  ---------------------------  OK    --------------------------- After searchi...

Dynamics NAV - All that you need to know about MenuSuites.

Hi Readers, This article is based on a request from a blog reader who wanted to understand about MenuSuite in Dynamics NAV. If you have started working with Business central with AL Code then it does not apply to those releases but if you are interested go ahead. Let's start with Future - In Latest and greatest version of product MenuSuite are obsolete and no longer used. So this article applies if you want to learn about C/AL MenuSuite.

Error After Restore SQL Backup of NAV 2013 Database

Hi all, we are facing a conman issue during restoring a SQL Database backup restored for NAV 2013. While Trying to run object from Object Designer we get below listed error (even the service is configured properly) - --------------------------- Microsoft Dynamics NAV Development Environment --------------------------- There are no NAV Server instances available for this database. You must ensure that a NAV Server instance is running and is configured to use the database before you perform this activity. --------------------------- OK    ---------------------------