function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sunita PSunita P 

Click to dial not working for embedded visualforce page

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.
Roshni RahulRoshni Rahul
Hi Sunita,
You can use click <support:clickToDial> tag.

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_support_clickToDial.htm
If your getting ClickToDIal Disabled, 
Include the following in your VF Page

<apex:includeScript value="/support/console/24.0/integration.js"/>

Regards,
Roshni
 
Shraddha M 10Shraddha M 10
Hey Sunita,

Is this resolved?.Even iam facing the same issue,tried including the script version but no luck.
Can someone help here.