• B chandu
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 4
    Replies
Hi my requirement is call controller methods in js synchronously. 
Hi guys 

in my org suddenly stopped open cti enableclicktodial. I was tried to replicate but not able to find. Please if anybody know this ping me. User-added image
Hi guys. We know very well we cant able to add custom button in Reports page. But by developing Chrome Extension we can able to do this. I required Chrome extension sample code for custom button In SF Page. Please help me.
H i guys In utility bar Softphone not opening. Before winter 19 release its working fine after this not opening I have use Open CTI for Lightning. I have recorded video please below link 

https://www.screencast.com/t/BBcJVlcdF
Hi guys I would like to add custom button or link to Reports. like below image. User-added image 
Hi everybody|
I have a requirement to display canvasapp in Home page Lightning. Now I tried to create component and used it in appbuilder Home page but not visible canvasapp.
Hi everybody|
I have a requirement to display canvasapp in Home page Lightning. Now I tried to create component and used it in appbuilder Home page but not visible canvasapp.
Hi guys 

in my org suddenly stopped open cti enableclicktodial. I was tried to replicate but not able to find. Please if anybody know this ping me. User-added image
Hi everybody|
I have a requirement to display canvasapp in Home page Lightning. Now I tried to create component and used it in appbuilder Home page but not visible canvasapp.
The instructions say to enable under setup/customize/user interface
but i find no options there for enabling the api
have they been moved ?

I'm doing this so I can install the "Agile Accelerator" App
  • October 09, 2015
  • Like
  • 0
Hello,
it don't active click to dial for call. I have a VF page (OpenCti) that active this function. This page load like CTI.

In sandbox click to dial active nothing problem and perfect work.

The VF page is:
<apex:includeScript value="/support/api/30.0/interaction.js"/>
<script>
sforce.interaction.cti.enableClickToDial(callback);
var callback = function (response) {
 };
sforce.interaction.cti.onClickToDial(listener);
var listener = function (response) {
    alert('it's work's');
};

Why not work's click to dial in production?
Thank's