Windows 10 Calculator Replacement: Series Index

ApplicationsTime has flown over the last 12 months. It was this time last year that I complained on Twitter about the new Calculator app in Windows 10 and Steve Endow suggested an alternative called Old Calculator for Windows 10.

Well, I’ve installed it without issue on a few machines since then and not had any issues, so I thought I’d share a little more about this app.

Windows 10 Calculator Replacement
Installation
Using the App
Conclusion

All Workflow Approvers Need A Display name in AD

Microsoft Dynamics GPGetting on towards two years ago, I did a post where I mentioned that AD Groups used as approvers need to have a display name set; I don’t seem to have mentioned that ordinary domain user accounts set as approvers also need to have a display name set.

I’ve recently been reminded about this on a test system where the admin account I was logging in as did not have a display name.

Where there is no display name, you can set the approver, but when you click OK, the name disappears.

Implementing SmartConnect: Configure Windows Service

eOne SolutionsThis post is part of the series on Implementing SmartConnect, an integration tool from eOne Solutions, which can take data from any source and integrate it into Microsoft Dynamics GP (and other systems such as Microsoft Dynamics CRM or Sales Force amongst others). It has a drag and drop interface to make creating integrations quick and easy for all users rather than just developers (as many integration tools target).

Once the core of SmartConnect has been installed, there are a few steps which need to be completed. The first of these is to configure the eOne SmartConnect Service to start with Windows. In theory it is configured to do so during the installation, but I’ve found that the service tries to start before SQL Server, but fails. This service needs to be running to allow maps to be scheduled to run automatically.

To remedy this problem, you have two options:

  1. Configure the service startup to Automatic (Delayed Start).
  2. Add a dependency for Microsoft SQL Server to the service.

Either one of these options, should be sufficient to remedy the issue and allow the service to correctly start and therefore allow maps to be scheduled.

Implementing SmartConnect: Installation

eOne SolutionsThis post is part of the series on Implementing SmartConnect, an integration tool from eOne Solutions, which can take data from any source and integrate it into Microsoft Dynamics GP (and other systems such as Microsoft Dynamics CRM or Sales Force amongst others). It has a drag and drop interface to make creating integrations quick and easy for all users rather than just developers (as many integration tools target).

The first step in installing SmartConnect from eOne Solutions, is to download the installation media. SmartConnect can be downloaded from here. I’d always advise downloading the latest version, especially as SmartConnect is backward compatible with many versions of Microsoft Dynamics GP.

SmartConnect Downloads website

Continue reading “Implementing SmartConnect: Installation”

Making Tax Digital Now Available in Dynamics GP 2016 and 2018

Microsoft Dynamics GPMicrosoft’s Jodi Christiansen has, on the Inside Microsoft Dynamics GP blog, announced the release of the January hotfix which includes the Making Tax Digital (MTD) updates required for VAT submissions to HMRC from April.

The Microsoft Docs site has been updated with setup instructions; I need to get it downloaded and installed to confirm the functionality, as all of the setup is around the VAT 100 and not VAT Daybook. Clients with more complex VAT often need VAT Daybook which allows them to define which tax codes appear in which boxes on the VAT Return. We’ve previously been assured by Microsoft that the MTD update would include both VAT 100 and VAT Daybook so I need to check that this is in fact the case.

The hotfix can be downloaded from CustomerSource (login required):

  1. Microsoft Dynamics GP 2016 lock
  2. Microsoft Dynamics GP 2018 lock

The MTD changes are only available for Microsoft Dynamics GP 2016 and 2018; applying the hotfix will update you to the latest version of the R2 release of these versions. If you’re on a prior version you will need to either upgrade to 2016 or 2018 or source an alternative way of submitting to MTD, such as ISC Software’s Making Tax Digital add-in.

Implementing SmartConnect: Prerequisites

eOne SolutionsThis post is part of the series on Implementing SmartConnect, an integration tool from eOne Solutions, which can take data from any source and integrate it into Microsoft Dynamics GP (and other systems such as Microsoft Dynamics CRM or Sales Force amongst others). It has a drag and drop interface to make creating integrations quick and easy for all users rather than just developers (as many integration tools target).

SmartConnect has certain prerequisites which need top be met before implementing SmartConnect; these are outlines below.

Microsoft windows components:

  • Windows Domain is required for integrating with eConnect for Microsoft Dynamics GP.
  • Microsoft .NET Framework 4.7.1 or greater installed on all servers or clients on which SmartConnect will be run. The SmartConnect installer will install it if it does not present although it can be installed manually prior to starting the installation.
  • Microsoft IIS 8.0+ is recommended for machines running either the SmartConnect web service or SmartConnect WCF Rest services. and must be set up to allow the running of .NET applications. For WCF Rest installations the server must also be set up to enable WCF HTTP Activation.
  • Windows Identity Foundation is required to connect to a Microsoft CRM Internet facing deployment, or Online system.
  • SOAP SDK is required (http://www.microsoft.com/en-au/download/details.aspx?id=10747) for installations using the legacy excel templates downloaded from www.eonesolutions.com.

Windows user permissions:

  • For 64-bit machines Read / Write access to the HKEY_LOCAL_MACHINE \ Software \ Wow6432Node \ eOneSolutions \ SmartConnect registry keys
  • For 32-bit machines Read / Write access to the HKEY_LOCAL_MACHINE \ Software \ eOneSolutions \ SmartConnect registry keys
  • Access to the SmartConnect installation (standard install path is C:\Program Files\eOneSolutions\SmartConnect\ or C:\Program Files (x86)\eOneSolutions\SmartConnect\ if 32-bit)

User requirements:

  • The Windows Domain service account used for eConnect needs to be able to log into the Microsoft SQL Server that contains the Microsoft Dynamics GP databases using windows authentication.
  • SmartConnect Web Service controls integrations coming into SmartConnect from Excel, Microsoft Dynamics CRM, and third party applications that use the web service to connect. This user will need to be set up within SmartConnect after installation have been completed. This user may be the same user as the eConnect user.
  • SmartConnect Windows Service is used by scheduled maps to run integrations. This user must also be set up within SmartConnect after installation has been completed and will be used as the default user for all scheduled integrations (unless a user has been specified on the scheduled map) and as such should have security to access/run all SmartConnect integrations.
  • Salesforce Web Service is used to connect Salesforce real time data source maps to SmartConnect. This web service must be installed externally so it can be accessed by Salesforce. The internal user the web service uses to connect to SmartConnect should be restricted to only access required by Salesforce real time data source maps so as to reduce security issues associated with externally facing web services.

Microsoft Dynamics GP requirements:

  • eConnect needs to be manually installed on each server or client with SmartConnect installed.

With all of the prerequisites met, we can install the SmartConnect application.

Implementing SmartConnect: System Requirements

eOne SolutionsThis post is part of the series on Implementing SmartConnect, an integration tool from eOne Solutions, which can take data from any source and integrate it into Microsoft Dynamics GP (and other systems such as Microsoft Dynamics CRM or Sales Force amongst others). It has a drag and drop interface to make creating integrations quick and easy for all users rather than just developers (as many integration tools target).

Before starting to install SmartConnect, the following requirements should be checked to ensure compatibility; if procureing new servers or software, I’d generally advise to aim for the top of the requirements to ensure greatest longevity.

Processors:

  • 32 bit processor machines, 2 GHz or greater.
  • 64 bit processor machines, 2 GHz or greater.

Memory (RAM):

  • 1 GB of RAM is required, at least 4GB is recommended.

Continue reading “Implementing SmartConnect: System Requirements”

Implementing SmartConnect: SmartConnect vs. Integration Manager

eOne SolutionsThis post is part of the series on Implementing SmartConnect, an integration tool from eOne Solutions, which can take data from any source and integrate it into Microsoft Dynamics GP (and other systems such as Microsoft Dynamics CRM or Sales Force amongst others). It has a drag and drop interface to make creating integrations quick and easy for all users rather than just developers (as many integration tools target).

For providing clients with integrations, we’ve typically used Integration Manager, which is part of the Customisation Pack. Having recently taken a look at SmartConnect from eOne Solutions, I rapidly came to the conclusion that while Integrating Manager is easy to use and integrations are relatively simple to create, it lacks a lot of the features of SmartConnect.

Feature Integration Manager SmartConnect
Easy to create integrations tick tick
Schedule Integrations to run automatically   tick
Use Excel XLSX as a data source   tick
Connect to almost any datasource   tick
Integrate to any eConnect node   tick
Integrate with custom eConnect nodes   tick
Extend integrations programatically tick VBA tick VB.NET or C#
Chain integrations to run one after the other   tick
Schedule export of data to other systems   tick
Robust when integrating large datasets   tick

Installing Notepad++: Adding Plugin When Plugin Manager Shows No Plugins

Notepad++I’ve tagged this post into the series I did a while ago on installing Notepad++’ as it came up after I received a new laptop at work and installed Notepad++ again.

I needed to use the Compare plugin, but when I opened the Plugin Manager, no plugins were listed (usually there would be a list of many available plugins):

Plugin Manager - no plugins available

Continue reading “Installing Notepad++: Adding Plugin When Plugin Manager Shows No Plugins”