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.documentCollection:getNextDocument
 
wm.ln.documentCollection:getNextDocument
This flow service gets the document immediately following the current document or a specified document in a collection.
Input Parameters
documentCollection
DocumentCollection The document collection to get the document from.
document
Document Optional. Any document in the collection. If input document = null, it returns the document following the current document, else the document following the specified document.
Output Parameters
nextDocument
Document The document fetched.