Hi!
What about vcard in contacts.
thanks
Hi!
What about vcard in contacts.
thanks
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
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
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
Vielen Dank!
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.
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
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
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks