I am looking to have a screen pop to sales force.com crm. Has anyone linked the two before using the chrome popup options? I have linked it to suitecrm and it works great searching for caller id. Just wondering about salesforce. Thanks
I am looking to have a screen pop to sales force.com crm. Has anyone linked the two before using the chrome popup options? I have linked it to suitecrm and it works great searching for caller id. Just wondering about salesforce. Thanks
I am also interested in this capability, as I have a request from a potential customer for just this feature.
You will have to write some php glue, you can use the samples provided as a base:
http://developer.force.com/cookbook/recipe/interact-with-the-forcecom-rest-api-from-php
It is not simple nor direct as you must register your application into salesforce so you can authenticate using oauth, etc.