Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contents

Many clients who use SharePoint to manage their customer facing websites also use Microsoft Dynamics CRM to monitor leads and maintain client relationships. CardioLog allows you to integrate Dynamics CRM into the workflow for more robust report data. Here is a general outline on how the Microsoft Dynamics CRM integration works:

...

Note: Adding customer CRM entities requires customization.

Anchor
solution
solution
Dynamics CRM Solution

This custom Dynamics CRM Solution is implemented through the application UI. The solution creates the following entity fields:

...

The CardioLog Report iFrame


Installing the SharePoint Marketing Suite - Follow these steps to install the Dynamics CRM Solution:

  1. Download the solution file from our site here.
  2. Open Dynamics CRM and go to the Settings tab > Solutions > Import > and select the solution zip file (CardiologIntegration_0_2_0_5_managed.zip)
  3. Reload the Dynamics CRM main page
  4. Under SharePoint Marketing SuiteCardioLog, click Configuration and add the following 3 fields:
    • Name = Cardiolog.API.URL, Value = http://[CardioLog App]/cardiologapi/events.asmx/SendEvent?param1=&param2=&useragent=&clientip
      The CardioLog SendEvent web service URL. Edit the CardioLog application server name.
    • Name = Cardiolog.Group.CategoryID, Value = [Category ID] 
      The CardioLog Category ID
    .
    • - After the first execution of the CRM Updates Service component, a new category will be created. This category contains the possible values for CardioLogGroupID.
      To retrieve the Category ID execute the following query against the CardioLog database:

select Category_Id from tab_category_categories

where Category_Name = 'int_cardiologgroupid'

    • Name = Cardiolog.Report.URL, Value = http://[CardioLog App]/CardioLog/CLReport/ContextBasedReport.aspx?timeframe=0&timeInterval=864000000000&startDate=30d&endDate=today&templateId=[user template ID]&entityId=[entity id]
      The CardioLog web analytics report URL. Edit the CardioLog application server name.
    Creating
    • Create the CardioLog web analytics report for CRM entities:
      Open SharePoint Marketing Suite > Administration tab > Templates > create a new report template under the User content
      1. In the CardioLog navigation pane go to Settings > Templates > click Add next to User content type and publish it.
    • For
      1. See Report Templates for more information
    • about report templates, see http://support
      1. .
    • intlock.com/entries/20746103-6-report-templatesOpen SharePoint Marketing Suite > Report Center tab > Sample Reports > Visitors > Unique Visitors > edit the report filters and click on Go > drill down on a user in
      1. In the CardioLog navigation pane go to Report Center and browse to the Individual Report Samples folder > Visitors folder > Unique Visitors > Drill down on a user in the Unique Users table, and select the report template.
    • For more information about drill down see http://support.intlock.com/entries/20445137-5-visual-controls#5.7
      1. Copy the report URL.

  

Image Added

The Dynamic CRM Solution Settings dialog 

 

Anchor
updates
updates
CRM Updates Service Component

This service component has 2 functionalities:

  1. Updating the score field for CRM entities.
  2. Retrieving CRM entity fields for filtering and segmenting reports. User names correspond to CardioLog IDIDs.

Configuring the SharePoint Marketing Suite Follow these steps to configure the CardioLog - CRM Updates service component:

  1. Configure the User Categories Updates service in SharePoint Marketing Suite CardioLog in order to retrieve CRM entity fields:
    1. Open [CardioLog Installation Folder]\CardioLogScheduleServices\Settings.config and edit the following:
      <param>
         <handlerId>4</handlerId>
         <name>webServiceURL</name>
         <val><![CDATA[http://[CardioLog App]/VisitorSegments/DynamicsCRM2011Users.aspx]]></val>
      </param>
    1.  Open [CardioLog Installation Folder]\VisitorSegments\CRMSettings.xml and edit the following:
      <CRMSettings>
         <instance id="1" type="dcrm">
            <webServiceUrl url="http://[DCRM server]/MSCrmServices/2007/CrmService.asmx" />
            <organizations>
               <organization id="1" name="[Organization Name]">
                  <entities>
                     <entity name="[Entity Name]" cardioLogIDFieldName="int_cardiologid">
                        <attributes>
                           <attribute id="1" name="[Field Name]" />
                        </attributes>
                     </entity>
                  </entities>
               </organization>
            </organizations>
         </instance>
      </CRMSettings>

3.  Open SharePoint Marketing Suite > Administration tab > CardioLog In the CardioLog navigation pane, go to Administration > CardioLog Scheduling Service > CRM Updates > and set the desired scheduling type for this service and restart the . Click Restart Service in the upper right hand corner of the CardioLog Scheduling Service windows servicewindow.

 Note: The CardioLog application pool account should have read/write access to Dynamics CRM. 


Filtering and segmenting SharePoint Marketing Suite CardioLog Reports by CRM entities and entity fields:

  1. Filtering reports by CRM entities:
  2. Segmenting reports by CRM entity fields:

Anchor
workflow
workflow
Custom Dynamics CRM Workflow

This custom CRM workflow sends entity events (Lead, Opportunity, Contact and Customer) events (such as status update) by calling eg., status updates) by accessing the CardioLog SendEvent web service:

 

...

 

Image Added

The Custom CRM Workflows dialog

Anchor
reports
reports
Creating Reports for CRM Workflows

  1. From the Navigation Pane, click on Report Center tab >  > Click the folder where you would like to create a new report. For more information about how to create a report, see http://support.intlock.com/entries/20451026-6-report-center#6.1
  2. Add the Page Views > Events and Visitors > Unique Users by Events reports
  3. Enter , and select New Report.
  4. We recommend adding either the Unique Users table or Visitors by Events table widget to your new report. Although tables that include user information should filter results accurately according to CRM data.
  5. From the Filters menu, select "CRM" in the Portal Website Item URL field and click Go.