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.viewEntryCollection:getPrevEntry
 
wm.ln.viewEntryCollection:getPrevEntry
This flow service gets the entry immediately before the current or a specified entry in a view entry collection.
Input Parameters
viewEntryCollection
ViewEntryCollection The ViewEntryCollection object to get the previous entry from.
viewEntry
ViewEntry Optional. Any entry in the view entry collection. Cannot be null.
Output Parameters
prevViewEntry
ViewEntry The entry before the current or specified entry. If there is no next entry, returns null.