Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: vcard

  1. #1
    shafique is offline Senior Member
    Join Date
    Mar 2009
    Location
    Pakistan
    Posts
    109

    Default vcard

    Hi!
    What about vcard in contacts.
    thanks

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: vcard

    What is the problem?
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  3. #3
    fabivomsee is offline Sugar Community Member
    Join Date
    May 2007
    Posts
    78

    Question Re: vcard - define import fields for importing vcards

    I have a interesting problem:

    I had to define new adress fields. for street, postalcode, location, country.
    How can I define import fields from vcards to the new created fields, that the adress information is imported to my new fields

    Thank you for your answers.

    Best

    Fabian

    Version 5.2.0a (Build 5447)
    LAMP

  4. #4
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: vcard

    Look to /include/vCard.php, you can patch this module directly by your needs.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  5. #5
    fabivomsee is offline Sugar Community Member
    Join Date
    May 2007
    Posts
    78

  6. #6
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: vcard

    Quote Originally Posted by fabivomsee View Post
    Vielen Dank!
    Grüße an den Ammersee...

  7. #7
    fabivomsee is offline Sugar Community Member
    Join Date
    May 2007
    Posts
    78

    Default Re: vcard

    mmh.. just to make it clear:
    i insert my fields in // please scroll right

    Line:201

    PHP Code:
        }
                            if(
    substr_count($key'CELL') > 0){
                                    if(!isset(
    $contact->phone_mobile)){                           //       "phone_mobile" i.e.g. "phone_custom_by_me" ???
                                            
    $contact->phone_mobile $value;
                                    }    
                                    
                            }
                            if(
    substr_count($key'FAX') > 0){
                                            if(!isset(
    $contact->phone_fax)){        // "phone_fax"
                                                
    $contact->phone_fax $value;
                            }
                            
                            } 
    ?
    What about Leads, Company, or Custom_Module?
    Are fields always the same? In my system the fields like lead_street. company_street, contact_street are the same...
    but this is no answer for custom module.. how is the logic?

    Thank you!
    Last edited by fabivomsee; 2009-04-23 at 03:03 PM.

  8. #8
    shafique is offline Senior Member
    Join Date
    Mar 2009
    Location
    Pakistan
    Posts
    109

    Default Re: vcard

    Quote Originally Posted by kuske View Post
    What is the problem?
    Thanks for response
    In Contacts there is a link to create contact with vcard.
    i want to know that what will be the formate of vcard where from we can create contacts.
    And also pls help me that when we import any file for leads,contacts,accounts then what will be the formate of these file.
    pls help me
    thanks

  9. #9
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: vcard

    The vcard format:

    http://en.wikipedia.org/wiki/VCard

    The input files are Comma Sepüarated Values (CSV)

    like

    "sadas";"sddfsada";"sadasdasd"

    or 'asddasda','saasd','asdasd'

    or ...

    You define your import format in the import wizard.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  10. #10
    shafique is offline Senior Member
    Join Date
    Mar 2009
    Location
    Pakistan
    Posts
    109

    Default Re: vcard

    thanks for response.
    Its ok i make csv file like "abc","xyz","02415555","shafiq2626@hotmail.com "
    but how crm will know that what is the name value and what is the email value and what is the phon no.
    pls guide me thanks a lot.
    thanks
    Last edited by shafique; 2009-04-25 at 05:49 AM.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. The Use Of vCard
    By shafique in forum Developer Help
    Replies: 0
    Last Post: 2009-04-17, 01:47 PM
  2. Vcard does not work
    By lloydhunt in forum Help
    Replies: 11
    Last Post: 2008-12-22, 06:27 PM
  3. Umlaute mit vCard und bei Auswahlfeldern
    By gps in forum Deutsche
    Replies: 10
    Last Post: 2008-08-04, 10:17 PM
  4. vCard and IE 6
    By mekozloski in forum Help
    Replies: 0
    Last Post: 2005-05-11, 05:10 PM
  5. Export Contacts as a vCard
    By Valien in forum Help
    Replies: 0
    Last Post: 2004-11-15, 12:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •