You need to sign in to do that
Don't have an account?

Click to dial on a VF page
Hi Developer forum, I am facing some issues with respect to click to dial functionality on a custom VF page, I did try and use
<script src="/support/api/29.0/interaction.js" type="text/javascript"></script>
and
This is a column: <support:clickToDial number="{!r.Phone_Number__c}" entityId="{!r.id}"/>
but when I run the page it says click to dial disabled. when I hover over the phone icon on the VF page, Not sure what I am missing out here, Any pointers would be greatly appreciated. This is a inline VF page on another object standard detail page.
Thanks
Prady
All Answers
Have you checked the ClickToDial settings to see if it has to allow it to be run in VF pages? This is the first place to check.
Second way is to find a original CTD button and see how it is coded to run.
Please mark this as Answer if this worked.
Thanks
Bryn
Many thanks
Prady