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

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

NAV 2013 Upgrade Part III - Data Upgrading.

Hi all, As per agenda we need to discuss the data upgrade in NAV 2013. The process is similar to what used to be till NAV 2009 R2 but with some changes. Let's start the process. Remember -  1) You can only upgrade a database to NAV 2013 from NAV 2009 SP1 / R2 SQL Only. 2) The Synchronization of users with SQL Server is no more required.