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.viewEntryCollection:addEntry
 
wm.ln.viewEntryCollection:addEntry
This flow service adds an entry to a ViewEntryCollection.
Input Parameters
viewEntryCollection
ViewEntryCollection The ViewEntryCollection object to add an entry to.
object
Object A ViewEntry or Document object representing the entry to be added. Cannot be null. A ViewEntry object must be of type document.
checkDups
String Optional. If "true", forces a remote (IIOP) add to be made immediately rather than at the next navigation or other method (such as stampAll) that calls the server, so that a duplicate exception can be thrown immediately.