BMC FootPrints Service Core can easily be integrated with Microsoft CRM, a web-based sales force automation solution. From within MS CRM, sales representatives can see active support issues for individual customers within their contacts list. For more information on MS CRM, visit the Microsoft Dynamics CRM TestDrive Demo site.
For BMC FootPrints Service Core Integration with MS CRM, two files are delivered to the MS CRM administrator. These are:
A version of each of these files already exists within the MS CRM installation. The steps for configuring MS CRM 1.2 and MS CRM 3.0 (and higher) are different. Both procedures are described below.
The MS CRM administrator must rename the current web.config file, located in \inetpub\wwwroot\, to something like web.config.old and copy or move the new web.config file to \inetpub\wwwroot\.
The MS CRM administrator must:
Url="http://footprints.servername.com/MRcgi/MRentrancePage.pl" Id="navItem"/>
and change footprints.servername.com to the server on which BMC FootPrints Service Core is installed.
BMC FootPrints Service Core Integration with MS CRM 1.2 is now complete. You can begin to view BMC FootPrints Service Core Issues from within MS CRM.
The files that the administrator must change are located under the web site's home directory. For example, this might be C:\Program Files\Microsoft CRM\CRMWeb for the web.config file and C:\Program Files\Microsoft CRM\CRMWeb\_Resources for the isv.config.xml file.
The MS CRM administrator must:
<Entity name="contact" />
and change it to the following:
Entity name="contact">
<NavBar>
<NavBarItem Icon="/_imgs/ico_16_112.gif" Title="BMC FootPrints Service Core Cases" Url="http://footprints.servername.com/MRcgi/MRentrancePage.pl" Id="navItem" /> </NavBar> </Entity>
where footprints.servername.com is the server on which BMC FootPrints Service Core is installed.
<add key="ISVIntegration" value="None"/>
and change it to:
<add key="ISVIntegration" value="Web"/>
BMC FootPrints Service Core Integration with MS CRM 3.0 and higher is now complete. You can begin to view BMC FootPrints Service Core Issues from within MS CRM.