incorrect fields in Contacts

Hello

during the Contacts on my Macbook Air with El Capitan, I have 2 cards that have a field telephone and E-mail, is it shouldn't be there. the phone number and email-adres in the two cards are equal.

on the right side there is a small circle of information, I can click on. This gives the opportunity to remove or store the info. but this does not solve the problem.

When I press Cmd + L (= change card), those fields disappear. When I press Cmd + L again, fields are back again.

When I export the map to a vcf file, these fields are not in the vcf file.

When I look at my contacts in www.icloud.com, these fields are not there, there must be something local.

I have one of these contacts exported to a vcf file, deleted contact, waited for synchronization complete and imported vcf again. and these fields are still present.

no idea how this happens and how I can fix this problem?

The same problem. I've corrected the additional fields by:

Contacts > Preferences > General > (uncheck "Show contacts is to Mail")

ICloud is my default account.

Tags: Mac OS & System Software

Similar Questions

  • through what new fields of contacts and accounts are added?

    through what new fields of contacts and accounts are added?

    Hello

    You can add new fields of contacts and accounts through fields & views.

    Thank you

    Eloqua Experts

  • How to add new fields of contacts and accounts?

    How to add new fields of contacts and accounts?

    You can use 'Fields' and 'View '.

  • Can I add merge field to contact the subject line?

    I am trying to find a way to add a merge field to contact the subject line

    Open the merge field dialog box, and then drag the fusion in the subject line. Once it is there, you can't move it really, but you can change the text around it. Another option is to paste the code in your subject line. Then save and exit the email. When you open new, you will see the familiar yellow fusion indicator.

  • How is it isn't a birthday field in contacts?

    Not to mention that you log in to gmail and entering birthdays it can sync the phone, is anyway to add birthdays directly in a contact?  I'm completely missing it or there is no field for it.

    There is no field for it.

  • Text field in contacts

    Hello!

    I want to reuse a special text used in BlackBerry field sign on the right + card, one that shows (CC or BCC), also shows dial and uses special subcomponents to display the list of added contacts chosen of ContactPicker.

    Is it still possible?

    Best regards

    SOAman

    I guess you need to develop for yourself.

  • Copy a contact field to another field of contact through program Builder?

    We receive many States cited incorrectly in the country field. I am trying to clean up these data, if I want to do is take what is written for the country and put in the domain of the State (if the status field is not populated with a few other gibberish!). I don't know how to do this. Any ideas how to do this?

    Apply update rules. This will allow you to do excatly what you are looking for... You should be able to find many documents on Topliners and Eloqua Customer Central.

    Thank you

    Amit Pandya

  • Step in E9 program to write the data of the card field to contact Field?

    Is there a program in E9 step that allows you to write data of a contact card in a field on the contact?

    Question: What is the purpose?

    E9 you can merge the CDO data in emails using mergers to field (E10 is only event field data).  You can trigger the email with the program generator or services data card (use of the services to be added to a program)

    If this isn't the case, have you looked into using the mapping in E9? Since CDO details screen > data card game Menu > field mapping

  • Trying to update a field of contact based on the comparison of another field of contact

    Hi all: I hope you can show me the light.  I'm trying to update my contact record with a value based on the comparison of 2 contact fields.

    So, is there an easy way to update a contact record with the FieldA value where FieldA is superior to FieldB?

    I did some research and go home empty-handed.  Any ideas?

    Thanks for your help!

    Penny

    Hey Penny,.

    If you compare two numeric fields, you can use the connector of cloud of mathematical functions to find the highest value in a table (A, B, C) for example, or to return if A is greater than B and then update your specified contact field.

    I described how to find the highest value in this post a bit backward, but the images seem to have disappeared - (perhaps a person of Eloqua can restore them somehow?).

    http://topliners.Eloqua.com/message/3539#3539

    Also take a look at this data sheet of mathematical functions of the appcloud for more information!

    http://img.EN25.com/Web/Eloqua/DataSheet_CC_MathFunctions.PDF

    I hope this helps!

    Chris

  • Edit and or remove incorrect or obsolete contacts from WINDOWS MAIL

    I want to clean my contacts so that I only have the good ones in my contacts!

    I want to clean my contacts so that I only have the good ones in my contacts!

    Can you not just right click on each unwanted contact, then click on delete?

    t-4-2

  • How to obtain the list of fields for a Contact telephone

    Hello

    Is it possible to just get a phone for a javax.microedition.pim.Contact field list? Thank you.

    Here is a code that can help you:

    List of BlackBerryContactList = null;
    try {}
    list = PIM.getInstance (BlackBerryContactList) (.openPIMList)
    PIM. CONTACT_LIST, PIM. READ_ONLY);
    } catch (PIMException e) {}
    Generative TODO catch block
    e.printStackTrace ();
    }

    Contact BlackBerryContact;  IT'S YOUR CONTACT

    Contact = context (BlackBerryContact);

    If (contact! = null) {}

    Get an array of all contact populated fields.
    int fieldsWithData [] = contact.getFields ();

    To loop through all the fields in contact populated.
    for (int fieldCount = 0; fieldCount)< fieldswithdata.length;="" ++fieldcount)="">
    Fill in the appropriate BasicEditfield.

    switch (fieldsWithData [fieldCount]) {}

    Extract all the phone numbers and
    display in the appropriate field.
    case BlackBerryContact.TEL:
    for (int atrCount = 0; atrCount)<>
    .countValues (BlackBerryContact.TEL); (++ atrCount) {}
    Object [] detailFields;
    Switch (contact.getAttributes)
    (BlackBerryContact.TEL, atrCount)) {}
    case BlackBerryContact.ATTR_WORK:
    System.out
    .println (contact.getString)
    BlackBerryContact.TEL,
    atrCount));
                                         
    break;

    case BlackBerryContact.ATTR_WORK2:
    Do something
    break;

    case BlackBerryContact.ATTR_HOME:
    Do something
    break;

    case BlackBerryContact.ATTR_HOME2:
    Do something
    break;

    case BlackBerryContact.ATTR_MOBILE:
    Do something
    break;

    case BlackBerryContact.ATTR_PAGER:
    Do something
    break;

    case BlackBerryContact.ATTR_FAX:
    Do something
    break;
    }
    }
    break;

    }
    }

  • How to display the "Add a contact" dialog box with the non-empty fields?

    On the BlackBerry, I want to display a dialog box 'Add a contact' with some fields filled.

    I assumed would work the following code:

    Contact BlackBerryContact = mContactList.createContact ((BlackBerryContact));

    populateSomeFields (contact);

    AddressBookArguments args = new AddressBookArguments (AddressBookArguments.ARG_NEW, contact);

    Invoke.invokeApplication (Invoke.APP_TYPE_ADDRESSBOOK, args);

    but no way. If I invoke with ARG_NEW a completely EMPTY fields are displayed.

    If I invoke with ARG_COMPOSE an IllegalArgumentException is thrown. Is it possible that I can show 'Add a contact' with some informed fields?

    just as an idea: maybe you have to make contact before the opening of the new message notice?
    otherwise it is not possible, you will need to write your own GUI to change the fields in contacts.

  • Identify the field updated or deleted in the Contacts.

    Hi all

    I have a question.

    I write PIMListListener for contacts.

    is it possible to identify the updted or remove fields in contacts using pimlements of PIMListListener?

    Thanks in advance.

    Sorry for my English.

    As far as I know, there are no specific listener that will tell you what specific item field has been updated. You must write your own logic to him.

    Will implementation of PIMListListene, you know what PIMItem has been added, deleted, or updated. In the case of update, this listening port will also give you the old PIMItem object to the new object PIMItem.

    itemAdded (PointPIMItem )

    itemRemoved (PointPIMItem )

    itemUpdated (PIMItem oldItem, PIMItem newItem)

    You can get the value of fields using object PIMItem methods and compare those values for the required information updattion. It's your own logic.

    If someone can suggest a better approach, please go ahead.

    ~ Brigitte

    www.Impetus.com

  • What is the maximum number of Contact fields in the Contacts folder?

    Can someone tell me what is the maximum number of Contact fields in the Contacts folder?

    maximum number of fields of Contact in the Contacts folder is 250.

    Thank you

    Eloqua Experts

  • Contact maximum number fields?

    Hello

    What is the maximum number of Contact fields in the Contacts folder?

    Thank you

    POOJA

    Hi Pooja,

    Maximum number of fields for Contact in Contact documents is 250.

    Try it.

    Hope this has helped.

Maybe you are looking for