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.documentCollection:addDocument
 
wm.ln.documentCollection:addDocument
This flow service adds a document to a collection.
Input Parameters
documentCollection
DocumentCollection The document collection to add a document to.
document
Document The document to add. Cannot be null.
checkDups
String Optional. If true, forces a remote (IIOP) add to be made immediately rather than on the next navigation or other method (such as stampAll) that calls the server, so that a duplicate exception can be thrown immediately.