• NamePicker Problems

    By Fa Sc 1 decade ago

    I'm working on 8.5.3 server with pack 1 extlib installed.

    I use namepicker with dominoNABNamePicker, on my server i have two addressbook : names.nsf and edc.nsf .

    The first problem is that when i select all in addressbooksel and I accessing the application in the web browser, it works but  it gets the names only in names.nsf in the server.

    This is the code:

    <xe:namePicker id="namePicker1" dialogTitle="Seleziona Lista di Distribuzione" for="destinatari1">

    &lt;xe:this.dataProvider&gt;
    
    &lt;xe:dominoNABNamePicker groups=&quot;false&quot; people=&quot;true&quot; addressBookSel=&quot;all&quot; addressBookDb=&quot;#{javascript:session.getAddressBooks()}&quot;&gt;
    
    &lt;/xe:dominoNABNamePicker&gt;
    
    &lt;/xe:this.dataProvider&gt;
    
    &lt;/xe:namePicker&gt;
    

    what i put in field addressBookDb ?

    The second problem is that i don't have the parameter nameList="peopleByLastName" in xe:dominoNABNamePicker .

     

    I don't see NameListProperty that can be used to sort people by Last Name.

    Is there anyway to sort?

    • Sorry

      By Fa Sc 1 decade ago

      Excuse me I see only now that is present a new property "NameList" and it is working fine. Great !!

      But I don't understand how set the namePicker for see more address book.

      Could you help me ?

      Thanks in advance.

      Best Regards

      • Have you tried the namePickerAggregator?

        By Philippe Riand 1 decade ago

        This dataprovider (add it from the 'allproperties' tab) is used to add multiple data provider, like 2 domino NABs, to the same name picker.

        • name picker configuration

          By Fa Sc 1 decade ago

          Thanks Philippe but if i try to set the name picker like in attachment, the only names that i see are of names.nsf. i don't see the other address books.

          am I forgetting something  ?

          • namePickerAggregator side-effects

            By Fa Sc 1 decade ago

            The solution to use the namePickerAggregator is a workaround that it have like side-effect to set the names of address book manually. is it not possible read the list of names from directory assistance (da.nsf) ?

            • I haven't tried da.nsf

              By Philippe Riand 1 decade ago

              Can you use a simple domino view to get access to the users? Is not, then we'll need a different provider. This should be fairly easy to implement. Can you help with at least a quick spec (which views should be accessed, what are the requested fields..)?