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
cticodercticoder 

OpenCTI and onFocus()

We desire to implement primary tab tracking using openCTI to track objects touched by the agent during client servicing. We believe this is a simple operation of using sforce.interaction.onFocus() and associated listener callback. Unfortunately in Winter 13 testing, the listener does not fire for PersonAccount types being opened or brought to focus. Business Accounts such as Global Media and Salesforce.com work as expected.

Is there something we could check, validate or set to make PA's event the listener?
 
Appreciated, a00