Hands on with the Microsoft Dynamics GP Fall 2020 Release: Configure Web Services

Microsoft Dynamics GPThis post is part of the Hands on with the Microsoft Dynamics GP Fall 2020 Release series where I am hands on with the newly released Microsoft Dynamics GP Fall 2020 Release.

With the Web Services installed, the next step is to configure them for use. If you marked the checkbox on the final step of the installation the Configuration Wizard will start automatically otherwise it can be started from the Windows Start menu. Click NExt to start the configuration:

Welcome to the Web Services for Microsoft Dynamics GP Configuration Wizard

Continue reading “Hands on with the Microsoft Dynamics GP Fall 2020 Release: Configure Web Services”

Hands on with the Microsoft Dynamics GP Fall 2020 Release: Install Web Services

Microsoft Dynamics GPThis post is part of the Hands on with the Microsoft Dynamics GP Fall 2020 Release series where I am hands on with the newly released Microsoft Dynamics GP Fall 2020 Release.

With the Web Services for Microsoft Dynamics GP prerequisites ready, we can now install the web services. Launch the setup utility and, under the Additional Products heading, select Web Services Runtime:

Setup Utility

Continue reading “Hands on with the Microsoft Dynamics GP Fall 2020 Release: Install Web Services”

Hands on with the Microsoft Dynamics GP Fall 2020 Release: Web Service prerequisites

Microsoft Dynamics GPThis post is part of the Hands on with the Microsoft Dynamics GP Fall 2020 Release series where I am hands on with the newly released Microsoft Dynamics GP Fall 2020 Release.

The next few posts are going to cover the installation of the Web Services for Microsoft Dynamics GP.

Before we start the installation itself, there are some prerequisites to make sure are sorted out. The majority of them will be installed by the setup utility, but there are others to consider.

Firstly, the Web Services should not be installed on either the SQL Server or an end-user accessible machine. If you’re going to make the Web Services externally accessible, they should be installed on a web server or similar machine.

Secondly, a Domain account is required for the Web Services service to run under. During the installation, this service should have local administrator permissions.

Thirdly, all companies which will have the Web Services deployed, needs to have a Functional Currency defined (this is needed even if you are not using Multicurrency; in this case, you will need to configure it for use anyway. When you do so, if you have a lot of hsitorical transactions, plan ahead and allow a lot of time to run Check Links).

Click to show/hide the Hands on with the Microsoft Dynamics GP Fall 2020 Release Series Index

Hands on with the Microsoft Dynamics GP Fall 2020 Release: Integration Manager first run

Microsoft Dynamics GPThis post is part of the Hands on with the Microsoft Dynamics GP Fall 2020 Release series where I am hands on with the newly released Microsoft Dynamics GP Fall 2020 Release.

Once Integration Manager has been installed, we can run it for the first time. When launching it for the first time, make sure you do so using right click and Run as Administrator to make sure it has the elevated permissions necessary to create the required registry changes.

Click the Register Now button:

Integration Manager - registration required dialog

Continue reading “Hands on with the Microsoft Dynamics GP Fall 2020 Release: Integration Manager first run”

Hands on with the Microsoft Dynamics GP Fall 2020 Release: Install Integration Manager

Microsoft Dynamics GPThis post is part of the Hands on with the Microsoft Dynamics GP Fall 2020 Release series where I am hands on with the newly released Microsoft Dynamics GP Fall 2020 Release.

Integration Manager is a commonly used integration tool which can be used to import card and transaction data into Microsoft Dynamics GP. One of the, optional, prerequisites for Integration Manager is eConnect; eConnect provides a second set of adaptors for integrating data through Integration Manager.

Launch the setup utility and, under the Additional Products heading, select Integration Manager:

Setup Utility

Continue reading “Hands on with the Microsoft Dynamics GP Fall 2020 Release: Install Integration Manager”

Hands on with the Microsoft Dynamics GP Fall 2020 Release: Configure eConnect on Server

Microsoft Dynamics GPThis post is part of the Hands on with the Microsoft Dynamics GP Fall 2020 Release series where I am hands on with the newly released Microsoft Dynamics GP Fall 2020 Release.

With eConnect installed, we can now configure the Incoming Queue; I always do this as I have a number of clients using eConnect in this mode.

As the configuration required hasn’t changed, I’m going to link back to the three posts I did when Dynamics GP 2018 RTM was released:

  1. Configure eConnect Service
  2. Configure eConnect Incoming Queue
  3. Set eConnect Incoming Queue Permissions

Click to show/hide the Hands on with the Microsoft Dynamics GP Fall 2020 Release Series Index

Hands on with the Microsoft Dynamics GP Fall 2020 Release: Install eConnect on Server

Microsoft Dynamics GPThis post is part of the Hands on with the Microsoft Dynamics GP Fall 2020 Release series where I am hands on with the newly released Microsoft Dynamics GP Fall 2020 Release.

Before installing the eConnect Runtime, make sure you have the prereqisites installed. The launch the setup utility and select eConnect from under the Additional Products heading.

Setup Utility

Continue reading “Hands on with the Microsoft Dynamics GP Fall 2020 Release: Install eConnect on Server”

Hands on with the Microsoft Dynamics GP Fall 2020 Release: Install eConnect prerequisites on server

Microsoft Dynamics GPThis post is part of the Hands on with the Microsoft Dynamics GP Fall 2020 Release series where I am hands on with the newly released Microsoft Dynamics GP Fall 2020 Release.

One of the main integration tools used with Microsoft Dynamics GP is eConnect; however, before eConnect can be installed, there are two prerequisites which need to be installed. I’ve posted about these prerequisites before and they haven’t changed, so I’ll link back to the original posts; while the version of Windows Server may have changed, but the process is the same.

The first prerequisite, is to set the service account as a local administrator on the server. Without doing this, the eConnect services will not start correctly.

Secondly, you need to install the MSMQ Triggers Windows feature. Without this, the Incomging/Outgoing eConnect queues cannot be installed.

Once these two prerequisites are met, you’ll be ready to install eConnect on the server.

Click to show/hide the Hands on with the Microsoft Dynamics GP Fall 2020 Release Series Index

azurecurve ClassicPress Plugins: Snippets

ClassicPress PluginsThis is part of the azurecurve ClassicPress Plugins which introduces the plugins I have available for ClassicPress.

The plugin I am going to cover in this post, is a brand new one I’ve developed to make life easier by allowing the creation of snippets of HTML or other code or CSS; Snippets.

Functionality

Allows snippets of HTML, PHP, JavaScript and CSS to be created; an alternative to using a functions.php file.

Snippets can be used to create re-usable HTML or JavaScript snippets or to create PHP to add_actions or add_filters without needing to add them to the functions.php file or create a plugin.

The following types of snippet can be created:

  • HTML – can be loaded using the shortcode.
  • Internal CSS – automatically added as internal stylesheet.
  • CSS Stylesheet – automatically loaded.
  • Internal JavaScript – automatically added as internal JavaScript.
  • JavaScript File – automatically loaded.
  • PHP – can be loaded using the shortcode.
  • PHP File – automatically loaded.

Shortcode usage is either [snippet id=1013] (where the supplied id value is a snippet post_id) or [snippet slug=’hello-world’].

All snippets are loaded only on the site front end; this protects the admin dashboard from white screen errors caused by badly formed PHP.

Download

The plugin can be downloaded via my Development site.

Click to show/hide the azurecurve ClassicPress Plugins Series Index

Hands on with the Microsoft Dynamics GP Fall 2020 Release: Web Client first run

Microsoft Dynamics GPThis post is part of the Hands on with the Microsoft Dynamics GP Fall 2020 Release series where I am hands on with the newly released Microsoft Dynamics GP Fall 2020 Release.

With the GP Web Management Console confirmed as working, we can now verify the web client itself. Navigate to https://FQDN/GP/ (replace the highlighted section with the fully qualified domain name you used during installation) and log in using your Windows credentials:

Microsoft Dynamics GP Sign In page

Continue reading “Hands on with the Microsoft Dynamics GP Fall 2020 Release: Web Client first run”