Skip to main content

Automatic Mail Using NAS and SMTP Setup..

Hi all,

I know its been too late for this post, but the final post from the series of posts where we were discussing about NAS and E-mail is here.

Target -
  • To send a email to customer based on E-mail in customer card.
  • The Mail should be send automatically to all the customer who have valid e-mail Id's after 30 days.
This article is part of the Series. Please Refer Table of Content here.

Pre-requisites -

a) You need to have visited all earlier posts related to NAS and Email.

* After this post I will post a index of all the related post which will contain the links for all the post in this series.

So if you were with me during my previous post, so lets me go ahead. Here are the objects which we have changed till now. These are the list of objects that we modified.

Table 18          - Customer
Table 409        - SMTP Mail Setup
Form 21          - Customer Card
Form 409        - SMTP Mail Setup
Codeunit 50001- Mail & PDF

New Objects required for this post -

Report 50002    - Customer Auto Mail

So I have created a new report and below is the screen shot how it look like.
The data item used for the report is 18 Customer with filter E- mail Filtered <> ''.
currently I also applied filter for one customer only.


Where - SendMailwithAttachment is a Codeunit variable of subtype - Mail & PDF

The report is processing only report.

Plan Automation in Job Queue -

1. Open Job Queue Entries.
2. Create a new Job Queue Entry and setup as per your requirement.


Let's see what is the output when the job queue runs.


Yeah this is what else is expected after the mail is send.


You can also use the attached objects which are required to run this, from my skydrive.
File Name - AUTO Email Using NAS.rar

Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

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.