I added an unhidden column to the far right of the $PeopleGroupsFlat view in the names.nsf in order to display an additional field next to the LastName, FirstName in the Select Addresses dialog when composing a memo in the Notes client.
I’m trying to do the same thing in DWA7 implementation of Select Addresses window. I’d like to add an additional location field next to the Lastname, firstname column.
I’m using Firefox Dom Inspector to examine the Select Addresses window and see /iNotes/Proxy/?OpenDocument&Form=s_CommonNamePicker
referencing s_CommonNamePicker form the Forms7.nsf
I’m trying to work out how the names are populated into the name lookup window so I can add another display column to the right of the names.
If the users click on the “Details” button, they can see the location in the resulting dialog, but they’d like to see it as another column next to the name as it works in the client now.
Thanks for any help. I am using the DWA7 customization redpaper as a reference but haven’t seen a customization similar to this one.