Skip to main content
1) Create an Salesforce Console App

 

2) Add Cases

 

3) Customize the Case Highlight and add Contact phone number

 

4) Open Console App

 

5) Hightlight Case associated with contact that has Phone number

 

6) Click on the green phone icon.

 

Following happens

 

The html refrences a function disableClicked which is undefined.  This causes the sendCTIMessage click to call message not to be sent.

 

<a href="javascript:void(0);" onclick="disableClicked(this, 'Click to dial disabled');sendCTIMessage('/CLICK_TO_DIAL?DN='+encodeURIComponent('(613) 721-7091')+'&amp;ID=500j0000006PoOB&amp;ENTITY_NAME=Case&amp;OBJECT_NAME='+encodeURIComponent('00001608')+'&amp;DISPLAY_NAME='+encodeURIComponent('Case'));return false;">(613) 721-7091<img src="/img/btn_dial_inline.gif" alt="Click to dial" width="16" height="10" title="Click to dial"><img src="/img/btn_nodial_inline.gif" alt="Click to dial disabled" width="16" height="10" style="display:none;" title="Click to dial disabled"></a>
3 件の回答
0/9000