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
James Henderson 11James Henderson 11 

Open CTI searchAndScreenPop when deferred returns null object as the SCREEN_POP_DATA

I run searchAndScreenPop with the deferred parameter set to true which returns a single result, this is suppose to return SCREEN_POP_DATA, which it does, but it is an empty object. I attempt to the SCREEN_POP_DATA into the screenPop api, but this fails and I am unable to pop the result on the screen.

The returnValue I get from the searchAndScreenPop api is
{00Q0N00000VxFqeUAF: {…}, SCREEN_POP_DATA: null}00Q0N00000VxFqeUAF: Company: "Redwood"Id: "00Q0N00000VxFqeUAF"LastActivityDate: "2018-03-06T00:00:00.000Z"LastModifiedDate: "2018-03-05T16:44:19.000Z"Name: "James Henderson"RecordType: "Lead"__proto__: Object__proto__: Object

Best Answer chosen by James Henderson 11
James Henderson 11James Henderson 11
I hadn't assigned the softphone layout to my user.

All Answers

Anas LABRITIAnas LABRITI
Hi,
You need to go to your Softphone Layouts and change the Screen Pop Settings .
Good luck !
 
James Henderson 11James Henderson 11
I'm using a open cti softphone
Anas LABRITIAnas LABRITI
In your setup tape 'Softphone Layouts' go to this page, then edit your default Softphone Layout. 
And then try to change 'Screen Pop Settings' : 
For   "Single-matching record" : choose "Pop detail page".
For "Multiple-matching records" :  choose "Pop to search page".
James Henderson 11James Henderson 11
I hadn't assigned the softphone layout to my user.
This was selected as the best answer