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.document:getFirstItem
 
wm.ln.document:getFirstItem
This Java service returns the first item of a specified name in a document.
Input Parameters
document
Document The lotus.domino.Document object from which to fetch the item.
itemName
String The name of the item to fetch.
Output Parameters
item
Item The item fetched.
richtextItem
RichTextItem The item fetched as a lotus.domino.RichTextItem