Skip to main content

Microsoft Dynamics NAV 2017 - How Do I Enable Outlook Add-in?

Hi Readers,

In this article, we will discuss steps to Enable Outlook Add-in for Microsoft Dynamics NAV 2017.

This is one of the most requested articles, sorry for the delay and I hope this answers all questions.

For Enabling outlook add-in with Microsoft Dynamics NAV
(in-prem only) we require -
  • SSL Certificate.
  • Certificate Thumbprint.
  • Web Client Installed.
If you have not purchased SSL Certificate and require Outlook Add-in for Demo / Testing then Please refer article
How to Create SSL Certificate.


1. Create a User in Database with username and password.
    I am using Username - MYUSER & Password - *Myuser123#.



2. Create a New Microsoft Dynamics NAV Service Instance for UserName Password.
   I am creating a Service Instance Name - SECURE with Port 20, 21, 22 & 23.


3. Update Service Tier with Certificate Thumbprint & Change Credential Type. 
Credential Type = NavUserPassword.
Certificate Thumbprint = Your SSL Certificate Thumbprint.


4. Update Configuration File For Windows Client.

a. Run Notepad as Administrator.
b. Open-File "ClientUserSettings.config".
c. File - C:\Users\<<User Name>>\AppData\Roaming\Microsoft\Microsoft Dynamics NAV\100
Where - <<User Name>> - Windows User Name.

d. Update the Parameter ClientServiceCredentialType = NavUserPassword.



5. Update Configuration File For Web Client.

a. Run Notepad as Administrator.
b. Open-File "web.config".  From Location - C:\inetpub\wwwroot\DynamicsNAV100
c. Search and Update the Parameters
    Server Instance = SECURE.                                          (** Service Name as per Step 2)
    ClientServicePort = 21                                                   (** Port Number as per Step 2)
    ClientServiceCredentialType = NavUserPassword.


6. Add Certificate To Web Client.
1. Open ISS and Select Microsoft Dynamics NAV 2017 Web Client.
2. From Right Hand Panel Select Bindings.
3. Add New Bindings and Select Type = https and Select SSL Certificate. 




7. Update Service Tier with all Base URL.

Edit New Service Tier (SECURE) and Edit Following Parameters -

Web Client Base URL - https://<<Certificate Name>>:443/DynamicsNAV100/WebClient/
SOAP Base URL          - https://<<Certificate Name>>:22/DynamicsNav/WS/
ODATA Base URL       - https://<<Certificate Name>>:23/DynamicsNav/OData/

Where  -  <<Certificate Name>> - Is name of Certificate. 
                Port Numbers as per New Service Tier.



8. Setup Outlook for Financial.

a. Open Microsoft Dynamics NAV Windows / Web Client.
b. Enter User ID and Password Created in Step 1.
c. Once Login into Microsoft Dynamics NAV, and Navigate to -
    Department - Administration - Application Setup - General - Assisted Setup.
d. Select Setup outlook for Financials and follow as below -



9. For Testing Link a Customer / Vendor With Email ID.

For Testing Outlook add-in, system link using Email ID.
Update Customers or Vendors with Email ID for Testing as below.


10. Send an Email and See Outlook.
Make Sure that you have an Invoice / Order for that customer. Then Send an email with that email ID defined in Customer with Request for Document Details.


Once That is done Click on Document Link and you can edit / Modify and Process Document from Outlook itself.

If you want to Link an Email ID with NAV you can do that from Outlook itself. Use Contact Insights and if required you can add details to Microsoft Dynamics NAV.


Hope it helps. Let me know if any issues / Views about the article. But Please Read all steps above.

Regards,
Saurav Dhyani

Comments

Post a Comment

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    ---------------------------

BC 21 and Higher - PowerShell Cmdlet (Replacement of Business Central Administration).

Hi Readers, As discussed in last article about deprecating of Business Central Administration, there are few common actions that we use in administration till Business Central 20. For our on-prem customers, we will still require doing activities. As Microsoft suggest we need to start using PowerShell cmdlet.    Let's see how to do those via PowerShell, or Administration Shell. I will be keep adding commands as you comment to this article.

Send Mail with Attachment From Navision.

Hi all, We have seen how to save a report into PDF and how to send mail to a customer. Let's link these two post in one i.e. Mailing statement to a customer into PDF Format. This article is part of the Series. Please Refer  Table of Content here . If you have the old objects set let me brief you what I will be changing -