Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Connecting Dynamics GP to Microsoft Office 2010 : Improving performance by globally turning off Outlook integration

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
11/20/2012 5:53:33 PM
The ability to embed the Microsoft Outlook calendar and unread e-mail information on the Home page of Dynamics GP is a great feature. In some cases however, users or firms prefer not to show Outlook information on the Home page. For some it’s too distracting or firms may not use Outlook as their primary e-mail and calendar tool. The most common reason, however, is that firms use Dynamics GP via Citrix or Terminal Server and often, user’s profiles aren’t configured to use Outlook over this connection. This issue can cause slowdowns in loading Dynamics GP and in some cases, connecting to Outlook this way can violate a license agreement.

Consequently, administrators need a way to disconnect Outlook from the Home page of Dynamics GP. This is easily done and there are actually three options. One option is for individual users, one is for administrators to turn the Outlook features off for existing users, and one is for administrators to prevent new users from connecting to Outlook.

In this recipe we’ll look at all three ways to remove Outlook updates from the Dynamics GP Home page.

How to do it...

Users can remove Outlook links to their Home page by:

  1. 1. Select Home on the Navigation Pane.

  2. 2. Select Customize this page in the upper right-hand side of the Home page.

  3. 3. Deselect the checkbox marked Microsoft Office Outlook and click on OK:

Administrators can turn off Outlook connections for all existing users with an SQL script. Let’s see how that works:

  1. 1. Open SQL Management Studio and connect to the Dynamics database

  2. 2. Execute the following script:

    Update a set colnumbr = 0, seqnumbr=0, visible=0 from Dynamics.dbo.sy08100 a where (sectionID = 2) and (DICTID=0) and ((colnumbr<>0) or (seqnumbr<>0) or (visible<>0))
    
    
    					  

Finally, administrators can prevent new users from connecting the Dynamics GP Home page to Outlook by:

  1. 1. Select Administration from the Navigation Pane.

  2. 2. On the Administration Area Page, select System Preferences under Setup and System.

  3. 3. Deselect the checkbox marked Load Microsoft Office Outlook.

How it works...

Users can simply deselect a checkbox to remove or activate their Outlook access, and administrators have options to globally control this setting as well. The simplicity of this recipe is important as the error messages generated by Dynamics GP can be very painful for users if GP continues to try to connect to Outlook without success.
Other -----------------
- Connecting Dynamics GP to Microsoft Office 2010 : Skipping the exports by using Prebuilt Excel Reports
- Microsoft Dynamics AX 2009 : Integration with Microsoft Office - Reading Excel files
- Microsoft Dynamics AX 2009 : Integration with Microsoft Office - Creating Excel files
- SQL Server 2008 R2 : Configuring Resource Governor (part 2) - Defining Workload Groups, Creating Workload Groups in T-SQL
- SQL Server 2008 R2 : Configuring Resource Governor (part 1) - Enabling Resource Governor, Defining Resource Pools
- SQL Server 2008 R2 : Overview of Resource Governor, Resource Governor Components
- Microsoft Dynamic GP 2010 : Sales Order Processing (part 2)
- Microsoft Dynamic GP 2010 : Sales Order Processing (part 1) - Sales Order Processing Setup, Sales Document Setup
- Planning and Designing a Public Key Infrastructure : Creating a Certificate Management Plan
- Planning and Designing a Public Key Infrastructure : Designing the CA Hierarchy
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server