Smart Group to contain all contact entries containing a specific field

Hi, does anyone know of a way to display all of my contacts which contain the 'other' field for phone numbers. Basically i'm haveing a problem syncing this field to a blackberry (i have been told this is going to be corrected). However until such time if it is possible to show me the contacts that contain this field, i could just change 'other' to 'mobile/work etc...' which sync fine.

No, but it is easy to use Applescript to make the change for you - but back up your Address Book first in case it goes wrong.
AK
click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">tell application "Address Book"
repeat with ThisOne in people
repeat with ThisPhone in phones of ThisOne
if label of ThisPhone is "other" then
set label of ThisPhone to "work"
end if
end repeat
end repeat
end tell</pre>
(The recent upgrade to the discussions has disabled the link that allows direct opening of a script, so run Script Editor and copy in the script.)

Similar Messages

  • Caution: Mail group send shows all contacts!!!

    Beware: Behaviour change in the current version of Mail (OSX 10.9.2)
    Mail exposes smart group recipients to ALL other recipients. This has proved very embarrassing and rather unacceptable that this behaviour has changed.
    This in my opinion is one of the worst software errors APPLE has made in my 20 years usage as it has trashed the privacy of my group.

    I can't replicate what you are seeing.
    I start a new email, start to type the first letters of the group name (on the To: line) and the field populates with the group name only, no addressees are shown. (To, CC and BCC behave identically here). See below
    I get identical behaviour if I open Contacts, ctl-click on the group name and select 'Send Email' from the menu.
    In Mail>Preferences>Composing: how is this set?
    This behaviour predates 10.9 by some time, (at least for me)

  • Updated to iOS 5.1.1 and lost all contacts, messages, and photos specific to this iPhone.  Is there anything to retrieve the lost info?

    Updated software to iOS 5.1.1 and lost all contacts, messages, and photos specific to this iPhone.  Is there any way to retrieve the lost info?

    if you don't have a backup on iclouds or itunes that you can restore to, then all is gone.  http://support.apple.com/kb/HT1766

  • ITunes doesn't see smart groups. Also, garbage contacts after sync. Useless

    I have an address book on my Mac with about 100 contacts, 5 "dumb" groups, 5 smart groups.
    I did the following a couple of times.
    1. Removed iPhone contacts by unchecking the box in iTunes.
    2. Looked at contacts on iPhone to make sure indeed empty.
    3. Opened iTunes again and plugged the phone.
    4. iTunes only sees the "dumb" groups - no smart groups.
    5. Checked "all contacts" and synced.
    There are no smart groups on my phone after the sync.
    In addition, it creates many garbage contacts on the phone: contacts with no name and just an email address, contacts with "No name" for name and no other fields, etc.
    I do not know if it is related to the OS upgrade because I created smart groups on my Mac Address Book after the iOS upgrade.

    It is due to the short fall of engineers with iTunes. Sorry. The only fix is to either make "dumb groups" as copies of your smart groups or do away with your smart groups all together. Both options will still require you to remember what new contacts you have entered into your phone and file appropriately manually in your Address Book. You should also lodge a feedback to the company requesting the Smart Group feature sync with iTunes. Maybe if there are enough of us they will fix this. Yes, I may be a little naive in my hopes, since I can't get any response from Apple electronically. I have to spend 2 hour stints on the phone to get things fixed but still not fully functioning due to the limitations of their programs, etc. I have had NO issues with my past smart phones and sadly bought the dumbest one on the market; iphone 4.

  • Contact groups. My contacts get removed from the groups, not from All Contacts. I don't know why this happens. Anyone know why?

    Sometimes the contacts in certain groups are removed and the group is empty.  They do not get deleted, and are still in All Contacts, just get removed from the group.  Then I have to start all over again and add contacts to the groups.  This seems to happen randomly and I don't know why it does.  My contacts are synced with my Yahoo contacts.  I don't know if thats why.  Does this happen to anyone else?

    Thank You, thank You ...so much......that feature made me crazy!  
    Ocean20 wrote:
    This can be turned off in settings/accessibility/zoom. Then on the next screen turn off

  • Not all contacts in "To..." field in Nokia Text Me...

    Hello,
    I noticed, that in the field "To..." in Nokia Text Message Editor all contacts are not showed.
    After the small investigation I came to this it happened because I've set default tel. numbers for voice connections in my Nokia N70. When I switch off them and refresh the contact list in Nokia Text Message all contacts are appear.
    In the the previous version of the PC Suite 6.82 wasn't this problem.
    In Contacts list on Nokia Phone Browser everything is all right.
    I Have Win XP SP2, PC Suite 6.83.14.1 and Nokia N70.
    All in Polish language.
    Could Nokia fix it?
    Regards

    Have you tried resetting the sync history on what I assume to be a Mac, which is done via iSync preferences with the iSync application located in your Applications folder?
    If not, quit iTunes, the Address Book, and iCal.
    Launch the iSync application and after selecting reset sync history via iSync preferences, restart your Mac followed by syncing your iPhone again to check if this resolves the problem.

  • How to Erase All Contact Entries

    What is the easiest way to erase Contact List?

    Hi FrankAtCommunit! I can help you with erasing contacts. I need to know the model of phone we're working with. Your profile shows that you have a LG EnV 2 but you've posted in the KIN 1 & 2 forum. Can you help me with that? Thanks!

  • Returning only records that have no entry in a specific field

    Hello,
    I'm new to this forum and relatively new to Crystal Reports, so I apologize if this information is "plain as day" somewhere.  I've been hunting for this info for quite a while and can't find anything that makes sense!
    I am trying to put together a very simple report that will return only records where a certain field is blank.
    It is an Access database, in an information management program specific to our type of business.  CR 11 software was included with the LIMS (Laboratory Information Management System), as the reports generated from the LIMS software are in CR.  I've learned enough to be able to tweak reports and make some basic reports, but I can't find a simple answer to what I think is a simple question! 
    I have the report set up to access the following fields in the database:  Invoice number, Client name, Due date, Invoice amount, and Payment Received.  This will be used as a "cross check" - not as any major accounting tool - as the Payment Received field is simply the date that the payment was received.  If no payment has been received, the field is left blank.
    I want the report to return ONLY those records where that field is blank (i. e. a list of invoices/clients whose payment has not yet been received).
    Ideally, I would also like to be able to return only those records where that field is blank OR within a certain date range (i. e. less than 30 days from the date that the report is run).  However, we'll probably only use this report a couple of times a month, so that is not as critical.
    I know I need to filter the records according to the Payment Received field, but don't know how to construct a formula that says "just show the fields where there is nothing entered."
    Thank you!
    Brenda

    This is the hardest function to find:  IsNull
    If isNull(field) then  
        //  if the above fails on a numberic field or text field then see the following two-some databases are picky.
    If IsNull(field) or field=0 then  //this one maybe needed for a numeric field
    If IsNull(field) or field=""    //  this one maybe needed for a text field
    if IsNull(field) or field=<value>
    or
    if IsNull(field) or field like <value*>
    You always want the IsNull statement to be the first statement, and it is especially usefull when testing for not equal
    If IsNull(field) or field <>  <value>

  • Help , my contacts have disappeared, I only have Groups appearing with subtitle All contacts but none to be seen..what is this about? How can I recover them?

    Could anyone help, suddenly my contacts have disappeared, or at least I cannot access them anymore, al I have is a GROUPS screen with All Contacts underneath and...nothing else, it says no contacts...how can I find them again? Help

    I entered them directly into my phone. Two days ago, I plugged it into my mac and synced it with itunes, but i didn't sync the contacts and they were still in there after.

  • Smart Groups in Address Book

    I want to create a smart group that contains all of the contacts I have who live in a given city. Because I don't have mailing addresses for everyone, one of the conditions I have entered into the definition of the smart group is:
    Phone -- contains -- (area code)
    The reason for putting the parentheses around the area code is to avoid spurious entries (i.e. phone numbers that just happen to contain that sequence of three numbers, even though it is not the area code. The problem I'm having is that this works for some contacts and not others! Can anyone imagine what would cause this inconsistent behaviour? Why doesn't the filter catch everybody with this area code?

    If you remove the second condition does the first produce the results you expect?
    AK

  • Smart Group not accepting one card

    I set up a Smart Group with specs of card/contains/sister.   I then added a field to the cards called "group" and entered "sister" in that field on each applicable card.  The smart group not accepting one of my sisters.  I even deleted the field and reset.   The only other thing I did was, on the card that is not getting into the smart group set, I originally entered "sister" in the "note" field, and then decided to set up a custom "group" field (where it says mother), so deleted the note entry and reentered at group.  Can you help?   Thanks   nantsi

    yes, there seems to be a bug with such smart groups. they often either don't work or make address book crash. there were a number of posts about it. I don't have a workaround for this, sorry. but I suggest you don't use such smart groups.

  • After inst iOS5 my contacts list has 3 separatelists 1All contacts,2all from my mac,  3 all (email address)  all contacts are in 3 times.rate

    After inst Ios5 on my iphone , under group, contacts,I have 3 sets of address book   1 all contacts   2 all from my mac   3all (myemail) how do I get rid of the duplication?

    I am not good at explaining my problem.  on my phone  opening contacts which shows across top "groups"
    under that," All Contacts" is shown contains all my contacts,  Next in small print  "from my Mac" is shown.  this has" all from my mac" Which is all my contacts again  it then lists all my groups.   Then there is a third group shown in small print  '[email protected]'  Under that then Is " All [email protected]" and the rest of my groups are listed again.
    Tried to perform the reply you gave me, but could not findthe menu that allow me to choose those that I want to keep.  thank you in advance for the help

  • Smart Groups using a combined negative condition don't seem to work

    I have two manually created Groups. Let's call them 'All' and 'Some'. If I create a Smart Group so:
    Contains cards which match all of the following conditions
    Card is member of All
    Card is not a member of Some
    I would expect the result to give me all those cards in All that are not in Some.
    It doesn't. It yields all the cards in All. In other words the negative condition "not a member of" is being ignored.
    Anyone else found this?
    Is there a workaround?
    Thanks

    I have had similar problems. If you are certain you have the appropriate criteria checked, The match "any" or match "all" on the top level which ever is right, then the rating "is" the criteria you want and scroll down to make sure nothing else is limiting your search, all obvious I know, and then you have checked to make sure in the browser search field "Showing all" is displayed and it still doesn't work, then I simply do this. Delete the smart album or web gallery and create a new one with the criteria you want. It doesn't make sense to me, but it has worked many times when my Smart albums get stupid. I have a similar unanswered question here.
    http://discussions.apple.com/message.jspa?messageID=6613369#6613369
    As far as the greyed out criteria, I don't think that has happened to me.
    PS is this in Aperture2?

  • Creating smart groups in Addressbook

    Ok maybe I am missing something obvious
    I want to create a smart group that contains other groups
    say I have three groups
    1. aaa
    2. bbb
    1. ccc
    I want to create a smart group that contains all groups whos group name starts with 1.
    I only seem to be able to filter on addresbook items such as address
    Any ideas
    thanks
    Jt

    Smart Groups are only as smart as the fields contained in their vcards. While there is no way for a smart group to tell whether or not your friends received and Xmas letter, a simple note in each vcard (or even a symbol: %, /, #, etc) would allow you to create a smart group where all cards who, in the 'notes' field carried a symbol would then be added to the smart group of friends who did not received xmas email letters.

  • Sync Smart Groups and Smart Mailboxes across network

    Is there a way to Sync my Smart Groups in Addressbook and Smart Mailboxes in Mac Mail across my Macbook and My iMac? I have iCloud.
    It would be nice if I did not have to duplicate these "Smart" groups on each computer.
    Thanks Mac Community.

    Can you just type out the criteria of the smart group, or post a screen shot of the smart group.
    With all the editorializing, I can't figure out what you want to do.
    Where are the contacts in the groups, iCloud or On My Mac?

Maybe you are looking for

  • Internet problems

    We got a new wireless hub a few weeks ago and for some reason the internet will not work on my Macbook. We have two desktop computers and 2 other laptops that can both access the internet fine. My Macbook can alway detect the wireless but whenever I

  • Sync contacts from Messages to Contacts

    I added a new contact from a text message on my iPhone 5, but it doesn't appear in my contacts app. The only way I can access this new contact is to go to Messages and search for the name. Why doesn't it appear in Contacts?

  • Migrate custom folders over to database views

    Hi, Over time one of our business areas has had a number of custom folders added. Whilst the SQL is fine, I would like to put these into the database as views to reduce the length of SQL statements been parsed by Discoverer and hopefully reduce netwo

  • MaxDB Database Studio - Internal DB no more coming up

    After a reboot of the system where DBStudio is running the integrated database doesn´t come up again. Trying to start the instance manually just leads to a "Database could not be started, this happend already 5 times" entry in the windows event log.

  • Edit existing Dynamic Distribution Group

    I'm running Exchange 2007 RTM I have an existing Dynamic Distribution Group "All Staff" - here's the filter taken from 'Properties' (&(!cn=SystemMailbox{*})(&(&(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHome