Add Param to Salesforce searchAndScreenPop() API
<Optional setting>
In the case that params are needed on the API “searchAndScreenPop()”.
Set param with the following advanced option in Brekeke CIM.
salesforce.api.searchAndScreenPop.params=
Default value is null.
Example:
salesforce.api.searchAndScreenPop.params= { "FLOW": { "flowArgs": [{ "name": "varCtiPhone", "type": "text", "value": "#customer#"}] } }
Related links
Salesforce searchAndScreenPop() for Lightning Experience>>