|
How to configure versaSRS to access Microsoft CRM managed contacts
Category:
FAQ
The information in this article applies to:
FAQ
Q: How to configure versaSRS to access Microsoft CRM managed contacts
A: The example below shows how to configure the web.config of versaSRS so that the contacts module of versaSRS displays contact data managed by MS CRM.
<add key="CRMModule" value="4" /> <add key="CRMDSN" value="provider=SQLOLEDB.1;data source=DatabaseServer; initial catalog=Database;uid=Username;pwd=Password" />
where DatabaseServer, Database, Username and Password correspond to the MS CRM database and are set appropriately.
You will also need to add the MS SQL View, vew_VersaDevMSCRMContactDetails, to the MS CRM database.
Last Reviewed:
22/08/2008
Powered by VersaDev Copyright 1994 - 2008
|
Article #
Q731169
Last Reviewed
22/08/2008
Print this page
Send to a friend
Add to Favorites
Provided by
VersaDev Support Services
|