Notes Name Hierarchy as the default view of the Domino Directory lookup while using iNotes

When we try to search names in the domino directory while using iNotes it gives us “List by Names” as the default view but as per our organisational requirements we have to change it to Notes Name Hierarchy.Please guide us

Subject: Not sure what you mean

Are you talking about the name picker – the Select Addresses dialog? You just want the “Notes name hierarchy” to be the default when it opens instead of “List by Name”?

If so, you can hard code the selected entry of the View By select box. You would need to modify the Forms85.nsf file, the l_CommonNamePickerCode form.

The code that sets the selection is in the DZK() function. Find that function and insert this something like this at the end of the function:

oSel.selectedIndex = 1;

The recommended way of editing the Forms85 file is this:

Copy it to another directory

Make the changes

On the server console, clear the cache: > tell http inotes flushforms

Copy the Forms85 file back to the iNotes directory.

Try it and see if it works.

If you are trying to do something else, please post more information.