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:getDocumentByKey
 
wm.ln.view:getDocumentByKey
This Java service finds a document 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 document with column values that match the keys.
Input Parameters
view
View The View object to fetch documents from.
key
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
document
Document The Document object fetched.