feed-icon-32x32.png

Learn how Salesforce.com can help your business
arrowpointe @ twitter
  • iphone vs. bold, iphone vs. bold,. i can't decide! iphone's keyboard scares me. Bold's OTA Google Calendar sync is very useful. :( 2 days ago
  • looking to talk to someone that's called Apex WebServices from PHP. have specific questions. 2 days ago
  • is anyone clear on pricing for authenticated users? is it free and all pricing is page view based? 2 days ago
  • got demo of Avankia's Credit Card Processing in Salesforce.com. Nice product. Better stuff on the way. http://tinyurl.com/5wsrq5 1 week ago
  • downloading my first album from Amazon MP3 store. I like it! I chose Car Alarm by The Sea and Cake (great band). 1 week ago
  • in things that are not marketing campaigns, what's your strategy of using Tags vs. Campaigns in Salesforce? 2 weeks ago
  • going to try youmail.com for my voicemail 2 weeks ago
  • More updates...

Powered by Twitter Tools.



Auto vCard

I recently created a PHP script that allows you to auto-create a vCard from a Salesforce.com Lead or Contact. Quite a few companies choose not to sync their Salesforce.com Contacts with Outlook. This allows you to put a Lead or Contact into Salesforce.com and pull the information into Outlook (or another PIM) on a one-off basis.

I decided to make the functionality available as my first App Exchange application. It is not searchable on the App Exchange yet, but you can click the link below to view its App Exchange page. The package consists of 2 custom links (one for Leads and another for Contacts). Once you install the package, you will need to add those links to your Page Layouts.

app_exchange_button_detail.gif

The script works by receiving the data from the Custom Link, parsing it and passing it to methods in the Contact_Vcard_Build PEAR package. Once complete, it writes the data to a file and presents it to you for download. It then deletes the file off of my server. At no time does the script have access to your Salesforce.com environment (you are not passing it a Session ID). The custom links open up a small window to execute the script. I have not been able to figure out a way for it to close that window upon completion.

Leave a Comment

All comments are moderated. Other visitors will not see your comment until it has been approved.