Drunken Programmer
Drunken Programmer

Reputation: 269

Microsoft Dynamics CRM integration SharePoint

Have any of you done a MS CRM 4.0 and SharePoint integration. Any Pointers? I am new to both the CRM and SharePoint.

After a little more research, Id like to refine my question. I basically want to use IFRAME to add a SharePoint tab that will show the SharePoint page that I have created. Any hints on how to do that?

Also how would I get access to the CRM data fields in SharePoint. i.e. if I add a file in SharePoint, I want it to have all the metadata from the CRM property page.

Upvotes: 8

Views: 3831

Answers (2)

Andrew
Andrew

Reputation:

CRM <-> SharePoint integration is very common. The MS CRM blog is a good place to start for pointers:

MS CRM Blog post tagged with SharePoint

Also, the Dynamics CRM Virtual PC demo image has some SharePoint integration in it, where it shows pages from SharePoint in CRM. You can download the VPC from here:

Microsoft Dynamics CRM 4.0 Virtual Machine

Once you have the VPC started, as I recall there is SharePoint integration on the Account entity - have a look in the onload event of the Account form in Customizations.

Upvotes: 4

hadi teo
hadi teo

Reputation: 936

Regarding your question in how to utilize IFrame to display custom .ASPX solution, you can refer to these posts :

Microsoft Dynamics CRM IFRAME Magic

Hope this helps

Upvotes: 3

Related Questions