Skip to main content

Komodo Insights Component

The  (KIC) is a supplemental component to . It adds value by surfacing key metrics from 's Aperture and Iris products into a healthcare provider's profile.

The product can also automatically route interaction inquiries through the appropriate interaction>request>response workflow using routing rules. These routing rules can be set up to help identify configurable cohorts of HCPs that are requesting information. For example, set up a rule that routes all HCPs that have been tagged as a "KOL" for your tier 2 support group. When an HCP associated with a given interaction meets the criteria of the routing rule, an icon can be configured to appear that alerts users to the interaction. The interaction can also be configured to be automatically assigned to a queue. If the routing criteria are met, the system will also prevent the Interaction from being assigned to another user or queue. Additionally, routing rules can automatically mark an Interaction as "urgent".

Installation

The is included with installations as of V13. For more information on installing the , visit the Get Started page.

Component setup

To install, follow these instructions on how to set up the in your instance.

Routing setup

Routing rules are configurable and, when applicable, mark Interactions as urgent and/or adds the interaction to a specific queue. Routing rules use the values of custom metadata fields to determine when and how rules are activated in the following ways:

Routing criteria:

  • Active/Inactive

  • Country

  • Therapy area

  • Tag (from Aperture or Iris)

  • Rule Priority

Rule output:

  • Interaction Queue

  • Interaction User (Owner)

  • Mark as Urgent

  • Assign Alert Icon

For those upgrading to V13, the Interaction (Case) object must be updated with the formulas below as they do not automatically update upon upgrade.

  • MED_Urgent_Flag__c

    IF(OR(MED_Urgent_Requests__c > 0, mvn__MED_Urgent__c), IMAGE("/resource/med_globalassets/icons/urgent_icon_20x20.png", "Urgent"), '')

  • MED_Alerts__c

    MED_Escalation_Flag__c & ' ' & MED_SLA_Flag__c & ' ' & MED_Urgent_Flag__c & ' ' & MED_Locked_Flag__c & ' ' & mvn__MED_Inquiry_Routing_Flag__c

Details for each metadata type are listed in the tables below.

Custom metadata types
Metadata nameAPI nameDescription
Therapy Areasmvn__MED_Insights_Therapy_Areas__mdtMaps product therapy areas in to Aperture therapy areas.
Routing Rulesmvn__MED_Insights_Routing_Rules__mdtRoutes and/or marks urgent Interactions based on matching tags and therapy areas.
Platform events
Platform event nameAPI nameDescription
Inquiry Routing Eventmvn__MED_Inquiry_Routing_Event__eEvent is published from new after insert and after update triggers on Requests and Interactions.
Fields
Custom metadata typeField labelField API nameDescription
Insights Routing RulesRouting EnabledMED_Insights_Routing_Enabled__cConfigures whether insights routing is enabled or disabled. If enabled, it will publish inquiry routing events if the interaction/request meets the criteria for routing (the related Account has an NPI populated, and the Interaction was not created manually). The system will then apply the highest priority matching routing rule to the interaction if any are found.
Insights Routing RulesRouting Account NPI FieldMED_Insights_Routing_Account_NPI_Field__cConfigures which Account field to pull the NPI number from. Default is mvn__MED_Provider_Id__c.
Insights Routing RulesActivemvn__MED_Active__cAllows you to toggle the rule on or off.
Insights Routing RulesCountrymvn__MED_Country_Code__cCountry code the rule applies to (e.g., selecting US for the rule ensures it applies to United States Interactions only).
Insights Routing RulesInsights Therapy Areamvn__MED_Therapy_Area__cMetadata relationships to Insights Therapy Areas (mvn__MED_Insights_Therapy_Areas__mdt) custom metadata type.
Insights Routing RulesRule Prioritymvn__MED_Priority__cIndicates the priority of this rule, with lower numbers taking higher priority.
Insights Routing RulesTagsmvn__MED_Tags__cThe relevant Product Therapy Area tags for this routing rule, are delimited by new lines or semicolons.
Insights Routing RulesInteraction Queuemvn__MED_Interaction_Queue__cThe API name of the queue to route this interaction to (if the rule applies).
Insights Routing RulesInteraction Usermvn__MED_Interaction_User__cThe username of the user to route this interaction to, found in the user's username field (if the rule applies).
Insights Routing RulesMark As Urgentmvn__MED_Mark_As_Urgent__cMarks the interaction as urgent if checked and the rule is applied.
Insights Routing RulesAlert Iconmvn__MED_Alert_Icon__cImage URL of an icon to display as an alert on the Interaction if rule is applied. Any of the stock icons already uploaded as a static resource may be used. Alternatively, a custom image can be used by uploading it as a static resource.
Named credential
Named credentialDescription
mvn__MED_Named_Credentials__cThe org-wide named credential that, when employed, makes callouts to Aperture to retrieve tags for a therapy area or NPI. This named credential is retained during and after upgrades of the KH Insights package. :::: note ::: title ::: Admins must configure their own Named Credential, making sure to specify the API name in the new field. ::::
Interaction custom object fields
Field labelAPI nameDescription
Urgentmvn__MED_Urgent__cIndicates this interaction is urgent as per configured KHBI routing rules.
Inquiry Routing Flagmvn__MED_Inquiry_Routing_Flag__cDisplays an image specified by the Inquiry Routing Flag Icon if it has been set.
Inquiry Routing Flag Iconmvn__MED_Inquiry_Routing_Flag_Icon__cImage URL to use for the inquiry routing alert flag.