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