• Shraddha M 10
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Click to dial icon appears but it is greyed out(disabled)
Please find below my change
<apex:outputText label="Payer Phone"> <support:clickToDial number="{!medPolicyObj.LASH_Payer_Phone__c}" entityId="{!id}"/></apex:outputText> 

I have also included the below versions and tried but this doesnt work 
<apex:includeScript value="/support/console/27.0/integration.js"/> <apex:includeScript value="/support/console/24.0/integration.js"/> <apex:includeScript value="/support/console/35.0/integration.js"/> <apex:includeScript value="/support/console/28.0/integration.js"/>
Click to dial icon appears but it is greyed out(disabled)
Please find below my change
<apex:outputText label="Payer Phone"> <support:clickToDial number="{!medPolicyObj.LASH_Payer_Phone__c}" entityId="{!id}"/></apex:outputText> 

I have also included the below versions and tried but this doesnt work 
<apex:includeScript value="/support/console/27.0/integration.js"/> <apex:includeScript value="/support/console/24.0/integration.js"/> <apex:includeScript value="/support/console/35.0/integration.js"/> <apex:includeScript value="/support/console/28.0/integration.js"/>
Hello Team,

I have created a VF page and included that page as an section on the Opportunity Detail page, however the click to dial does not show on the VF page section.

Is there a way to resolve this, so that click to dail will be shown on the Embedded page. 

Thank you.