|
It would be great if you could use Evaluate with @Picklist, but Evaluate doesn't work with UI functions. The easest way to implement this to use the NotesUIWorkspace method, PickListCollection. This will allow you to select the database, view and even the category of documents in a view for the user to choose from. You can restrict the selection to one or multiple documents and the method returns a collection of documents you can process to extract the information you need to populate the selected users.
Do you have comments on this Ask the Expert question and response? Let us know.
|