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
Viktor SzekeresViktor Szekeres 

Make contact phone number clickable or make dial button

Hi,

Im trying to solve a problem for days please help. I would like to make my phone numbers on that contact page "clickable". When someone click on the number it should go to a link:

tel://contact.mobile number

(We use Cisco Jabber,any number in the browser typed in the format tel:// will be dilalled.)

Im tired with the HYPERLINK funkcton but i still cant. Anibody have any idea how to solve this?
V
Sumit Kumar Singh 9Sumit Kumar Singh 9
Hello Viktor,
Have you added your URL to the "Remote Site Settings" ?
If not, pls add the URL by - Remote Site Settings -> New Remote Site.
Pls, Let me know if it helps you.


Thanks, 
Sumit Kumar Singh 
sslodhi87sslodhi87
Hi Viktor,

HYPERLINK('' , 'tel://'+PhoneNumber)

Please let me know if this helps you!

Thanks
Balakrishna N 25Balakrishna N 25
Hi Viktor

I am aslo looking for solution..Can any one Help is it posible to make contact Phone number clickable In lighting...
We are doing CTI integration with salesforce Lighting with Action we make call Click2Dail .But I am planning make Phone Number clickable Please suggest me If any information related Salesforce lighting CTI integration

Thanks 
N Balakrishna
Balakrishna N 25Balakrishna N 25
Hi Sumit it would be help for for you

<apex:page standardController="contact"  showHeader="true">
    <support:clickToDial number="{!contact.phone}"
        entityId="001XB000000HFUM"
        params="myparam1,myparam2"
    />
</apex:page>