VersaDev Knowledge Base

 

 


How to configure versaSRS to access Microsoft CRM managed contacts


Category: FAQ

The information in this article applies to:

  • versaSRS
  • MS CRM

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  Print this page
Click link to send to a friend  Send to a friend
Add to Favorites  Add to Favorites

Provided by
VersaDev Support Services


Did the information in this article help answer your question?

Yes
No
Did not apply