To change the sort order of the directory search results within Quickr to the look-and-feel used in germany (“Lastname, Firstname” instead of “Firstname, Lastname”) you have to add the following lines to XPCONFIG.XML:

<user_directory> 
    <ldap> 
      <member_lookup_ui> 
        <column_name> 
          <person>sn, givenname</person> 
        </column_name> 
        <column_disambiguate> 
          <person>(mail)</person> 
        </column_disambiguate> 
      </member_lookup_ui> 
    </ldap> 
  </user_directory> 

This will display “Lastname, Firstname” in the first column and “(e-mail-address)” in the second column.

Beware of the fact that this only works for LDAP directories. I am not aware of any possibility to change the sort order for the Domino directory.

Tagged with: lotusquickr 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>