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:getPrevDocument
 
wm.ln.documentCollection:getPrevDocument
This flow service gets the document immediately before 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 before the current document, else the document before the specified document.
Output Parameters
nextDocument
Document The document fetched.