I would like to give a user the ability to select multiple documents in a view, and then have certain fields in the selected documents copied to a new form for processing. What method is best?
Subject: Select Multiple Documents In View
Use an action button in the view that calls an agent. The agent gets a NotesDocumentCollection based on db.unprocesseddocuments (the selected docs), loops through them, and places the values wherever you want them in your new document.