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.viewNavigator:getNext
 
wm.ln.viewNavigator:getNext
This flow service returns the next entry following the current or specified entry in a view navigator.
Input Parameters
viewNavigator
ViewNavigator The ViewNavigator object to get the next entry from.
entry
ViewEntry Optional. An entry in the view. Cannot be null.
Output Parameters
nextViewEntry
ViewEntry The entry following the current or specified entry. Returns null if there is no next entry.