This post is part of a series on Implementing SalesHQ Portal, which is one of the GP Elementz Portals from my new employer, ISC Software Solutions.
This is a step which ISC Software will perform, but some information is required for this to be accomplished. In the last post in this series, I showed how to register a company with SalesHQ; this generated a unique GUID for each company.
For ISC Software to deploy the portal, they need the Company ID for each company registered.
Run the script below against your Elementz database, to extract the CompanyID GUIDs:
/*
Created by Ian Grieve of azurecurve | Ramblings of an IT Professional (http://www.azurecurve.co.uk)
This code is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0 Int).
*/
SELECT
DynamicsDB,CompanyDB,CompanyId
FROM
CustomerPortalCompany
Once you have this information reply back to the Azure settings email you received before installing the connector service.
Click to show/hide the Implementing SalesHQ Portal Series Index
What should we write about next?
If there is a topic which fits the typical ones of this site, which you would like to see me write about, please use the form, below, to submit your idea.