Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.db:getDocumentByID
 
wm.ln.db:getDocumentByID
This flow service fetches a document in a database, given the document note ID.
Input Parameters
database
Database The lotus.domino.Database object to get a document from.
noteId
String The note ID of the document to fetch.
Output Parameters
document
Document The document whose note ID matches the parameter.