We have an address book that we’ve modified to include some additional fields to help us manage our vendors. We have the address book cascaded on the server but have started seeing problems with Notes 6 clients. …
If a user (w/ a Notes 6 client) composes a new memo and hits the “Address…” button, then switches to the custom address book, they are able to see a list of people, but once they select one and attempt to put it in the “TO” field, Notes returns the message:
“The selected entry does not have a valid address”
This is running off a Domino 6 server and still works using the R5 client, but when we try the same feature from the N6 client, it fails.
Subject: Selected entry does not have a valid address - in custom address book
I am currently facing the very same challange with my custom made database - which my clients are using as an alternate address book until it started bugging in Domino / Notes 6. (see my document → )
However, it seems I am one step ahead of you, as I managed to correct the very problem you are describing!
Go into the $PeoplesGroupFlat view and edit the content of the TYPE column.
In R5 this column used to have a number; 3 = Person, and so on. In Domino 6 it seems that the column is now populated with the text itself.
So, I made sure all of my contacts had “Person” into this column, and so far, this has worked:
However, it didn’t solve the problem, (in my case anyway) because now the client software accepts the selection, but only picks the flat name and fails to return the full internet address…
Subject: RE: Selected entry does not have a valid address - in custom address book
Thanks to Nicolas and Johnx for their help. While neither of these solved the whole problem, both pointed me on the right direction.
So… for anyone else w/ this issue…
In addition to what’s been covered, I also had to make sure that the ($PeopleGroupsFlat) view also had the “Name” and “AltFullName” columns set to the name of the field (in my case “UserName”) which reflected the user’s first and last name. In my case, these weren’t set… which either means that R5 didn’t use the view in quite the same way, or that my users didn’t really ever test that feature until they got Notes6 (meaning it never worked in the first place).
… I can’t believe a user wouldn’t test something, can you!?!