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:copyItem
 
wm.ln.document:copyItem
This flow service copies an item into the current document and optionally assigns the copied item a new name.
Input Parameters
document
Document The lotus.domino.Document object to copy an item to.
name
Item The lotus.domino.Item representing the item to copy. Cannot be null.
newName
String Optional. The name to assign to the copied item. Specify null to retain the item's existing name.
Output Parameters
newitem
Item A lotus.domino.Item object representing the new Item.