I have updated the Notes field for the User Profile using the Python API, but none of them show up nor are they searchable in the Contacts module. I have also populated all the Notes using Google Active Directory Sync (GADS), but still nothing is displayed in Notes for User Profiles in the Contacts module. (Contacts->Directory, Domain Contacts, Open user, look at Notes)
code sample: <snip> new_note = atom.data.Content(text="New Note") profile.content = new_note gd_client.Update(profile) <snip> This definitely updates the Notes field (content) and I can read it from subsequent queries (and see the Note in 3rd party Marketplace tools) and the xml feed, but it is never displays in Contacts. Can anyone confirm if I'm doing something incorrectly, or if this is a bug? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
