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.view:getEntryByKey
 
wm.ln.view:getEntryByKey
This Java service finds a view entry based on its column values within a view. You create a key or vector of keys, where each key corresponds to a value in a sorted column in the view. The method returns the first entry with column values that match the keys.
Input Parameters
view
View The View object to fetch entries from.
key
DateRange, DateTime, Number, Vector, or String Each key may be either a Vector or Object of type String, DateTime, or DateRange. A key may also be a number.
exact
String Optional. "true" if you want to find an exact match. If you specify "false" or omit this parameter, a partial match succeeds.
Output Parameters
viewEntry
ViewEntry The Document object fetched.