Can I have the extlib name picker running in xPINC lookup the directory on the server?

后端 未结 3 1542
终归单人心
终归单人心 2020-12-07 05:48

Is it possible to use the name picker in the extlib in an xPINC app, to pick from the server side address book? Currently running in the browser I am able to pull from the s

相关标签:
3条回答
  • 2020-12-07 06:05

    I haven't done any Xpinc development because we do it all via browser, but you might try the viewpicklist control on openntf. I will ask Mark tomorrow to be sure and post his answer, but in the meantime you could give it a whirl.

    0 讨论(0)
  • 2020-12-07 06:18

    With IBM Notes 9.0 there's a new "Run on Server" option that allows remote XPages applications to run directly on the Domino server. I am not sure how it affects address book lookups using the name picker control. But give it a try.

    enter image description here

    0 讨论(0)
  • 2020-12-07 06:22

    To specify a different server you would do the following.

    addressBookDb="SERVER!!names.nsf"
    

    I recommend reading the "XPages Extension Library. A Step-by-Step Guide to the next generation of XPages Components" as it details this component more (Page 165).

    0 讨论(0)
提交回复
热议问题