Help & Support
Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More
Have Questions?
Private ListingThis listing is private and can't be found by searching or browsing AppExchange.
Easy vCard
Get Salesforce Leads, Contacts, Accounts and Users as vCard or PDF!
- Business Need
- Productivity
Instantly search and download Leads, Contacts, Accounts and Users as vCard or PDF!
Rating
Reputation
MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
Showing 10 of 12 Reviews
Fields on PDF exclude email
It's a great app but the email address and mobile don't display on the PDF, which makes it a not useful since those are critical bits of info. The vCard is perfect though.
Good Free App but isn't fully functional
The App works well, but it doesn't work for the email field on regular or person accounts. The email is not pulled into the vCard.
Works well,but
Great free solution that works for all our machines, windows and mac. Only one thing I've noticed so far is that the pdf does not add mobile phone numbers?
Add Contact to Outlook via a simple click
I need a solution to add Salesforce contact to Outlook via a simple click. This Apps does exactly what I am looking for and it is for free. Thanks!
good
let see
Performs as advertised.
Good App the only thing I would add is a way of posting a link to the TB_Vcard VF page so we could add a button to the Contact record that would create the vCard from there. You could also add a Global Webservice method to your class so we could call that instead. This would add great functionality. Also would be good for the Account and Lead too. I would make a more useful suggestion if I could see the code...but alas managed code... I am assuming that the support is good according to the other comments. Hard to say till I get a response to this.
Diana Omapas
05/09/2013
Hi! I'm wondering when the version where we can add custom fields to the vcard be available? Thanks.
Santosh Prasad
02/10/2012
James, We are working on a next version, and your request shall be incorporated in that. Thanks much for your time in writing the reviews. --- Santosh Prasad Founder and CEO Trekbin mob. 646-652-6836 santosh.prasad@trekbin.com
James Wilkinson
12/13/2011
I took another look and there are buttons for the Contact record. So Great app. I am looking for a way to customize what fields are on the vCard I can't find if there is or not.
does not work with umlauts :-(
does not support ö, ä, ü and UTF-8 characters :-(
Santosh Prasad
11/17/2012
Thank you for your question. We have not been able to address all of the characters yet, but some have been selectively addressed with custom packages we built. I will reach out on this space early next week with a plan and time frame to fix the issue. Santosh Prasad Founder and CEO Trekbin +1 646 652 6836 Facebook.com/TrekbinCloud
Marek Kowalczyk
11/17/2012
Has this problem been resolved yet?
Great application!
I installed this application in my developer org to test it out and it seems to do exactly as advertised. Very easy to use application and will save my company lots of time!
Very nice app, but it auto-Chatters!
I was in a pinch and needed a vCard app. Naturally I favor the free version versus a paid because I can install it and solve my users problems. However, after I installed this I noticed my Chatter feed exploding with posts from users that said "I just downloaded a Vcard using the Easy VCard App." and included a link to the website. I have a big problem with this because A.) I don't let my users download this app and B.) it was already available to all users so they don't need to download anything. Plus simply pushing updates like this to Chatter without giving the admin the ability to turn them off is very frustrating. So if you need a free vCard app you can download this, but please note that it will post to Chatter every time a user presses the button.
Santosh Prasad
05/22/2011
Thanks for the review and comments. We are taking chatter out & pushing an upgrade as well as new AppExchange ver on Tuesday, the 24th
Paul Young
05/19/2011
This is the kind of behavior that will get Chatter turned off in the corporate world. Salesforce needs to enforce rules for how apps interact with their platform.
Thanks for making this
My team has been using this with great effect whole of last week. It saved us a ton of time, and works perfectly. I particularly like the print PDF.
If you want to enable user to create vCard directly from Contact List View (e.g. from Account's related Contact List", here is a solution based this Easy vCard App: 1) Create a formula field (e.g. vCard) with following formula hyperlink("/apex/trekbin_VC__TB_VCard?Type=Contact&Id="&ID,"vCard") or hyperlink("/apex/trekbin_VC__TB_VCard?Type=Contact&Id="&ID,"Add to Outlook") This formula creates hyperlink called "vCard" or "Add to Outlook". When user clicks it, it opens the vCard.