GP Web Client
I have implemented the GP web client in my enviorment and am finding that the real time map to push items from GP to CRM2011 is not working on the web client but works in the rich client. Do I have to make some sort of change to make it work ?
Joe Powers
Joe Powers
Answers
Best Answer
Hi Joe
Sorry about that.
You need to copy it from the addins folder to the main GP folder.
C:Program Files (x86)Micosoft DynamicsGP 2013
http://doc.eonesolutions.com/SmartConnect/index.html?smartconnect_gp2013_web_client.htm
Regards,
Ruaan
Sorry about that.
You need to copy it from the addins folder to the main GP folder.
C:Program Files (x86)Micosoft DynamicsGP 2013
http://doc.eonesolutions.com/SmartConnect/index.html?smartconnect_gp2013_web_client.htm
Regards,
Ruaan
Hi Joe
Please follow the steps below to get the Web Client to fire real time.
To enable SmartConnect real time data sources in the Microsoft Dynamics GP 2013 web client follow the steps below:
1. Install the standard SmartConnect GP add in on the web client web server
2. Copy the eOne.SmartConnect.GpAddin2013.dll file from the GP AddIns directory (usually in C:Program Files (x86)Microsoft DynamicsGP 2013AddIns)
3. Right click on the eOne.SmartConnect.GpAddin2013.dll file and record the version number of the dll
4. Make a backup of the Dynamics.exe.config file (usually in C:Program Files (x86)Microsoft DynamicsGP 2013)
5. Open the Dynamics.exe.config file and file the section starting with <DynamicsGPWeb>
6. Add the line below into the config file between the <DynamicsGPWeb> and </DynamicsGPWeb> tags. Note: <dll version> should be replaced with the version number recorded above
<addin name="eOneSmartConnect"
type="eOne.SmartConnect.GpAddin2013.GPAddIn,eOne.SmartConnect.GpAddin2013,
Version=<dll version>,Culture=neutral,PublicKeyToken=0beb756d2a6b4456"/>
7. The config file should now look something like the following
<DynamicsGPWeb>
<addin name="ManagedStorage" type="Microsoft.Dynamics.GP.ManagedStorage.ManagedStorage,Microsoft.Dynamics.GP.ManagedStorage,
Version=12.0.0.0,Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<addin name="BIReportDeploymentGP" type="Microsoft.Dynamics.GP.BusinessIntelligence.BIReportDeploymentGP.BIReportDeploymentGPAddin,Microsoft.Dynamics.GP.BusinessIntelligence.BIReportDeploymentGP,
Version=12.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"/>
<addin name="TemplateProcessing" type="Microsoft.Dynamics.GP.BusinessIntelligence.TemplateProcessing.GPAddIn,Microsoft.Dynamics.GP.BusinessIntelligence.TemplateProcessing,
Version=12.0.0.0,Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<addin name="DocAttach" type="Microsoft.Dynamics.GP.DocAttach.GPAddIn,Microsoft.Dynamics.GP.DocAttach,
Version=12.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"/>
<addin name="eOneSmartConnect" type="eOne.SmartConnect.GpAddin2013.GPAddIn,eOne.SmartConnect.GpAddin2013,
Version=20.13.2013.40,Culture=neutral,PublicKeyToken=0beb756d2a6b4456"/>
</DynamicsGPWeb>
Copy it to where, line 2 from below ???
[quote=ruaan.jonker]Hi Joe
Please follow the steps below to get the Web Client to fire real time.
To enable SmartConnect real time data sources in the Microsoft Dynamics GP 2013 web client follow the steps below:
1. Install the standard SmartConnect GP add in on the web client web server
2. Copy the eOne.SmartConnect.GpAddin2013.dll file from the GP AddIns directory (usually in C:Program Files (x86)Microsoft DynamicsGP 2013AddIns)
3. Right click on the eOne.SmartConnect.GpAddin2013.dll file and record the version number of the dll
4. Make a backup of the Dynamics.exe.config file (usually in C:Program Files (x86)Microsoft DynamicsGP 2013)
5. Open the Dynamics.exe.config file and file the section starting with <DynamicsGPWeb>
6. Add the line below into the config file between the <DynamicsGPWeb> and </DynamicsGPWeb> tags. Note: <dll version> should be replaced with the version number recorded above
<addin name="eOneSmartConnect"
type="eOne.SmartConnect.GpAddin2013.GPAddIn,eOne.SmartConnect.GpAddin2013,
Version=<dll version>,Culture=neutral,PublicKeyToken=0beb756d2a6b4456"/>
7. The config file should now look something like the following
<DynamicsGPWeb>
<addin name="ManagedStorage" type="Microsoft.Dynamics.GP.ManagedStorage.ManagedStorage,Microsoft.Dynamics.GP.ManagedStorage,
Version=12.0.0.0,Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<addin name="BIReportDeploymentGP" type="Microsoft.Dynamics.GP.BusinessIntelligence.BIReportDeploymentGP.BIReportDeploymentGPAddin,Microsoft.Dynamics.GP.BusinessIntelligence.BIReportDeploymentGP,
Version=12.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"/>
<addin name="TemplateProcessing" type="Microsoft.Dynamics.GP.BusinessIntelligence.TemplateProcessing.GPAddIn,Microsoft.Dynamics.GP.BusinessIntelligence.TemplateProcessing,
Version=12.0.0.0,Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<addin name="DocAttach" type="Microsoft.Dynamics.GP.DocAttach.GPAddIn,Microsoft.Dynamics.GP.DocAttach,
Version=12.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"/>
<addin name="eOneSmartConnect" type="eOne.SmartConnect.GpAddin2013.GPAddIn,eOne.SmartConnect.GpAddin2013,
Version=20.13.2013.40,Culture=neutral,PublicKeyToken=0beb756d2a6b4456"/>
</DynamicsGPWeb>[/quote]