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
Sunil Wadeyar 4Sunil Wadeyar 4 

customizing call center console phone button

Hi Experts,
I'm working on customizing phone button of the call center console. As suggested by salesforce technical support I tried using sforce.console.setCustomConsoleComponentButtonText and it didn't working. callback is getting invoked.

If anyone has done this, please help.
Sunil Wadeyar 4Sunil Wadeyar 4
sforce.console functions use cross domain message posting. The basic requirement for xdomain message posting is to have same protocol between parent and child window. So your call center should be running on https.

But still changing phone icon is not working. Changing style and text works fine.